We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Spec
gix-pathspec::Pattern
1 parent f194cfc commit df83d74Copy full SHA for df83d74
gix-path/src/lib.rs
@@ -50,19 +50,12 @@
50
#![forbid(unsafe_code)]
51
52
/// A dummy type to represent path specs and help finding all spots that take path specs once it is implemented.
53
-
54
-/// A preliminary version of a path-spec based on glances of the code.
55
-#[derive(Clone, Debug)]
56
-pub struct Spec(bstr::BString);
57
58
mod convert;
59
pub use convert::*;
60
61
mod util;
62
pub use util::is_absolute;
63
64
-mod spec;
65
66
///
67
pub mod realpath;
68
pub use realpath::function::{realpath, realpath_opts};
gix-path/src/spec.rs
0 commit comments