Skip to content

Commit

Permalink
Remove doc html_root_url
Browse files Browse the repository at this point in the history
  • Loading branch information
zachs18 authored Dec 29, 2023
1 parent ff49792 commit af4e1a5
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 af4e1a5

Please sign in to comment.