We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1a71dde + 8222a59 commit 7f7d39fCopy full SHA for 7f7d39f
src/lib.rs
@@ -94,7 +94,7 @@
94
//! `default-features = false` to your dependency specification.
95
//!
96
//! - Creating maps and sets using [`new`][IndexMap::new] and
97
-//! [`with_capacity`][IndexMap::with_capacity] is unavailable without `std`.
+//! [`with_capacity`][IndexMap::with_capacity] is unavailable without `std`.
98
//! Use methods [`IndexMap::default`], [`with_hasher`][IndexMap::with_hasher],
99
//! [`with_capacity_and_hasher`][IndexMap::with_capacity_and_hasher] instead.
100
//! A no-std compatible hasher will be needed as well, for example
0 commit comments