Skip to content

Commit 3de24ae

Browse files
authored
Update doc html_root_url
1 parent ff49792 commit 3de24ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// We *mostly* avoid unsafe code, but `map::core::raw` allows it to use `RawTable` buckets.
22
#![deny(unsafe_code)]
33
#![warn(rust_2018_idioms)]
4-
#![doc(html_root_url = "https://docs.rs/indexmap/1/")]
4+
#![doc(html_root_url = "https://docs.rs/indexmap/2/")]
55
#![no_std]
66

77
//! [`IndexMap`] is a hash table where the iteration order of the key-value

0 commit comments

Comments
 (0)