Skip to content

Commit

Permalink
Merge pull request #292 from zachs18/patch-1
Browse files Browse the repository at this point in the history
Remove doc `html_root_url`
  • Loading branch information
cuviper authored Dec 30, 2023
2 parents ff49792 + af4e1a5 commit 7e0862c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// We *mostly* avoid unsafe code, but `map::core::raw` allows it to use `RawTable` buckets.
#![deny(unsafe_code)]
#![warn(rust_2018_idioms)]
#![doc(html_root_url = "https://docs.rs/indexmap/1/")]
#![no_std]

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

0 comments on commit 7e0862c

Please sign in to comment.