X-Git-Url: https://git.chrismorgan.info/anymap/blobdiff_plain/b3def7765767c9806a2c4db15b126392e540a19a..548ee2a5f27b9de803f9ba48b9b8d71839a9670d:/src/lib.rs diff --git a/src/lib.rs b/src/lib.rs index 5095829..6eac7dc 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,6 +1,5 @@ //! This crate provides the `AnyMap` type, a safe and convenient store for one value of each type. -#![cfg_attr(feature = "unstable", feature(drain, hashmap_hasher, raw))] #![cfg_attr(all(feature = "unstable", test), feature(test))] #![warn(missing_docs, unused_results)]