Skip to content

Commit 7d8ff80

Browse files
committed
Merge pull request #52 from dtolnay/stable
Remove feature(hashmap_public_hasher)
2 parents 1bdcb74 + cb4b2c9 commit 7d8ff80

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
//! ```
2929
3030
#![forbid(missing_docs)]
31-
#![cfg_attr(feature = "nightly", feature(hashmap_public_hasher))]
3231
#![cfg_attr(all(feature = "nightly", test), feature(test))]
3332

3433
// Optional Serde support

0 commit comments

Comments
 (0)