We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
html_root_url
1 parent ff49792 commit 3de24aeCopy full SHA for 3de24ae
src/lib.rs
@@ -1,7 +1,7 @@
1
// We *mostly* avoid unsafe code, but `map::core::raw` allows it to use `RawTable` buckets.
2
#![deny(unsafe_code)]
3
#![warn(rust_2018_idioms)]
4
-#![doc(html_root_url = "https://docs.rs/indexmap/1/")]
+#![doc(html_root_url = "https://docs.rs/indexmap/2/")]
5
#![no_std]
6
7
//! [`IndexMap`] is a hash table where the iteration order of the key-value
0 commit comments