Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/stdx/src/anymap.rs')
| -rw-r--r-- | crates/stdx/src/anymap.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/crates/stdx/src/anymap.rs b/crates/stdx/src/anymap.rs index 0f4ae0a440..0165235009 100644 --- a/crates/stdx/src/anymap.rs +++ b/crates/stdx/src/anymap.rs @@ -15,10 +15,6 @@ //! - **std** (default, *enabled* in this build): //! an implementation using `std::collections::hash_map`, placed in the crate root //! (e.g. `anymap::AnyMap`). -//! -//! - **hashbrown** (optional; *enabled* in this build): -//! an implementation using `alloc` and `hashbrown::hash_map`, placed in a module `hashbrown` -//! (e.g. `anymap::hashbrown::AnyMap`). #![warn(missing_docs, unused_results)] |