Skip to content

Commit df83d74

Browse files
committed
feat!: remove Spec type in favor of gix-pathspec::Pattern.
The latter isn't included to keep concerns and crates separate.
1 parent f194cfc commit df83d74

File tree

2 files changed

+0
-60
lines changed

2 files changed

+0
-60
lines changed

gix-path/src/lib.rs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,19 +50,12 @@
5050
#![forbid(unsafe_code)]
5151

5252
/// 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-
5853
mod convert;
5954
pub use convert::*;
6055

6156
mod util;
6257
pub use util::is_absolute;
6358

64-
mod spec;
65-
6659
///
6760
pub mod realpath;
6861
pub use realpath::function::{realpath, realpath_opts};

gix-path/src/spec.rs

Lines changed: 0 additions & 53 deletions
This file was deleted.

0 commit comments

Comments
 (0)