X-Git-Url: https://git.chrismorgan.info/anymap/blobdiff_plain/18518214c4609e182be5277b14c7c510c8fa9505..548ee2a5f27b9de803f9ba48b9b8d71839a9670d:/README.md diff --git a/README.md b/README.md index a815caf..e1c65ac 100644 --- a/README.md +++ b/README.md @@ -18,9 +18,7 @@ Instructions Cargo all the way: it is `anymap` on crates.io. -There is an optional `clone` feature on the `anymap` crate; if enabled, your `AnyMap` will require contained types to implement `Clone` and will itself satisfy `Clone`. - -For users of the nightly instead of the beta of rustc there are a couple of things behind the `nightly` feature like a `drain` method on the `RawAnyMap` and a more efficient hashing technique which makes lookup in the map a tad faster. +For users of the nightly instead of the beta of rustc there are a couple of things behind the `unstable` feature like a `drain` method on the `RawAnyMap` and a more efficient hashing technique which makes lookup in the map a tad faster. Author ------