Skip to content

Commit

Permalink
checksum: remove potential ambiguous module ref
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Wünsche committed Apr 15, 2024
1 parent 9192b43 commit 5712976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion betree/src/checksum/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ mod fxhash;
mod gxhash;
mod xxhash;

pub use self::gxhash::{GxHash, GxHashBuilder};
pub use fxhash::{FxHash, FxHashBuilder};
pub use gxhash::{GxHash, GxHashBuilder};
pub use xxhash::{XxHash, XxHashBuilder};

/// A checksum to verify data integrity.
Expand Down

0 comments on commit 5712976

Please sign in to comment.