Skip to content

Commit af4e1a5

Browse files
authored
Remove doc html_root_url
1 parent ff49792 commit af4e1a5

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)