File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ pub use gix_revision as plumbing;
7
7
8
8
///
9
9
pub mod walk;
10
- use crate :: bstr:: BString ;
11
10
pub use walk:: iter:: Walk ;
12
11
13
12
///
@@ -24,7 +23,7 @@ pub mod spec;
24
23
pub struct Spec < ' repo > {
25
24
pub ( crate ) inner : gix_revision:: Spec ,
26
25
/// The path we encountered in the revspec, like `@:<path>` or `@..@~1:<path>`.
27
- pub ( crate ) path : Option < ( BString , gix_object:: tree:: EntryMode ) > ,
26
+ pub ( crate ) path : Option < ( crate :: bstr :: BString , gix_object:: tree:: EntryMode ) > ,
28
27
/// The first name of a reference as seen while parsing a `RevSpec`, for completeness.
29
28
pub ( crate ) first_ref : Option < gix_ref:: Reference > ,
30
29
/// The second name of a reference as seen while parsing a `RevSpec`, for completeness.
You can’t perform that action at this time.
0 commit comments