mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-21 13:08:42 +00:00
Fix visbility of PathExt
: Mark it as pub
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
cb2be5a882
commit
c6687edf48
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
use std::path::{Component, Path, PathBuf};
|
use std::path::{Component, Path, PathBuf};
|
||||||
|
|
||||||
trait PathExt {
|
pub trait PathExt {
|
||||||
fn normalize_path(&self) -> PathBuf;
|
fn normalize_path(&self) -> PathBuf;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue