Skip to content

Commit 7e0862c

Browse files
authored
Merge pull request #292 from zachs18/patch-1
Remove doc `html_root_url`
2 parents ff49792 + af4e1a5 commit 7e0862c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
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/")]
54
#![no_std]
65

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

0 commit comments

Comments
 (0)