Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/stdx/src/lib.rs')
| -rw-r--r-- | crates/stdx/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/stdx/src/lib.rs b/crates/stdx/src/lib.rs index c8f1d8bca1..5ec6e0751a 100644 --- a/crates/stdx/src/lib.rs +++ b/crates/stdx/src/lib.rs @@ -11,9 +11,9 @@ pub mod process; pub mod panic_context; pub mod non_empty_vec; pub mod rand; +pub mod hash; pub use always_assert::{always, never}; -pub use non_hash as hash; #[inline(always)] pub fn is_ci() -> bool { |