changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > core / rust/lib/hash/src/lib.rs

revision 451: 8e94959e96bd
parent 213: 4f49127c9048
     1.1--- a/rust/lib/hash/src/lib.rs	Sun Jun 16 02:22:07 2024 +0000
     1.2+++ b/rust/lib/hash/src/lib.rs	Sun Jun 16 18:26:21 2024 -0400
     1.3@@ -10,7 +10,6 @@
     1.4 pub use sha2::Sha512;
     1.5 // hashbrown is now the default for the Rust stdlib. We only need to
     1.6 // re-export in no_std envs.
     1.7-#[cfg(no_std)]
     1.8 pub use hashbrown::{HashMap, HashSet};
     1.9 pub use std::hash::{Hash, Hasher};
    1.10