Skip to content

Commit bff7dde

Browse files
committed
feat: export gix_validate as validate.
The crate appears in the public API of `gix_index::State::from_tree` but it's types weren't readily available.
1 parent 78b8e41 commit bff7dde

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gix/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ pub use gix_features::{
110110
progress::{Count, DynNestedProgress, NestedProgress, Progress},
111111
threading,
112112
};
113+
pub use gix_validate as validate;
113114
pub use gix_fs as fs;
114115
pub use gix_glob as glob;
115116
pub use gix_hash as hash;

0 commit comments

Comments
 (0)