Skip to content

Commit

Permalink
feat: export gix_validate as validate.
Browse files Browse the repository at this point in the history
The crate appears in the public API of `gix_index::State::from_tree`
but it's types weren't readily available.
  • Loading branch information
Byron committed Jun 24, 2024
1 parent c1d7c02 commit afc6e25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gix/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ pub use gix_features::{
progress::{Count, DynNestedProgress, NestedProgress, Progress},
threading,
};
pub use gix_validate as validate;
pub use gix_fs as fs;
pub use gix_glob as glob;
pub use gix_hash as hash;
Expand Down

0 comments on commit afc6e25

Please sign in to comment.