mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-21 21:18:42 +00:00
Add reference to the src of path_ext
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
9eb1128f9f
commit
282805c3ac
1 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
|||
//! Shamelessly taken from:
|
||||
//! https://github.com/rust-lang/cargo/blob/fede83ccf973457de319ba6fa0e36ead454d2e20/src/cargo/util/paths.rs#L61
|
||||
|
||||
use std::path::{Component, Path, PathBuf};
|
||||
|
||||
pub trait PathExt {
|
||||
|
|
Loading…
Add table
Reference in a new issue