X-Git-Url: https://git.chrismorgan.info/anymap/blobdiff_plain/18518214c4609e182be5277b14c7c510c8fa9505..7606e75aa4aac3580b1951fe68a18888dd0cae0e:/README.md diff --git a/README.md b/README.md index a815caf..77b147b 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,6 @@ 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. Author