Skip to content

Commit

Permalink
Merge branch 'various-fixes'
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Jun 24, 2024
2 parents c1d7c02 + c8c56ae commit f71b7a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gix-index/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ use bstr::{BStr, ByteSlice};
use std::{ops::Range, path::PathBuf};

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

///
#[allow(clippy::empty_docs)]
Expand Down
1 change: 1 addition & 0 deletions gix/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ pub use gix_url as url;
#[doc(inline)]
pub use gix_url::Url;
pub use gix_utils as utils;
pub use gix_validate as validate;
pub use hash::{oid, ObjectId};

pub mod interrupt;
Expand Down

0 comments on commit f71b7a0

Please sign in to comment.