From cb4b2c9927d64878bfdc2fcec04b381b870f32d8 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Fri, 22 Apr 2016 11:16:06 -0700 Subject: [PATCH] Remove feature(hashmap_public_hasher) This was stabilized in https://github.com/rust-lang/rust/pull/32804 --- src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 0eed2b9..da9be1d 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -28,7 +28,6 @@ //! ``` #![forbid(missing_docs)] -#![cfg_attr(feature = "nightly", feature(hashmap_public_hasher))] #![cfg_attr(all(feature = "nightly", test), feature(test))] // Optional Serde support