Skip to content

Commit b839b5d

Browse files
committed
fix: re-export gix_ignore as ignore as it's part of the public API.
1 parent ddaacda commit b839b5d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

gix-worktree/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ pub use gix_glob as glob;
1818
/// Provides types needed for using [`stack::Platform::excluded_kind()`].
1919
pub use gix_ignore as ignore;
2020
/// Provides types needed for using [`Stack::at_path()`] and [`Stack::at_entry()`].
21+
pub use gix_index as index;
22+
/// Provides types needed for using [`Stack::at_path()`] and [`Stack::at_entry()`].
2123
pub use gix_object as object;
2224
/// Provides types needed for using [`stack::State::for_checkout()`].
2325
#[cfg(feature = "attributes")]

0 commit comments

Comments
 (0)