Skip to content

Commit f71b7a0

Browse files
committed
Merge branch 'various-fixes'
2 parents c1d7c02 + c8c56ae commit f71b7a0

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

gix-index/src/lib.rs

+3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ use bstr::{BStr, ByteSlice};
1010
use std::{ops::Range, path::PathBuf};
1111

1212
use filetime::FileTime;
13+
/// `gix_hash` is made available as it's part of the public API in various places.
1314
pub use gix_hash as hash;
15+
/// A re-export to allow calling [`State::from_tree()`].
16+
pub use gix_validate as validate;
1417

1518
///
1619
#[allow(clippy::empty_docs)]

gix/src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ pub use gix_url as url;
140140
#[doc(inline)]
141141
pub use gix_url::Url;
142142
pub use gix_utils as utils;
143+
pub use gix_validate as validate;
143144
pub use hash::{oid, ObjectId};
144145

145146
pub mod interrupt;

0 commit comments

Comments
 (0)