Skip to content

Commit

Permalink
Merge pull request #332 from waywardmonkeys/missing-indentation-in-do…
Browse files Browse the repository at this point in the history
…c-comment

Fix missing indentation in doc comment.
  • Loading branch information
cuviper committed Jul 26, 2024
2 parents 1a71dde + 8222a59 commit 7f7d39f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
//! `default-features = false` to your dependency specification.
//!
//! - Creating maps and sets using [`new`][IndexMap::new] and
//! [`with_capacity`][IndexMap::with_capacity] is unavailable without `std`.
//! [`with_capacity`][IndexMap::with_capacity] is unavailable without `std`.
//! Use methods [`IndexMap::default`], [`with_hasher`][IndexMap::with_hasher],
//! [`with_capacity_and_hasher`][IndexMap::with_capacity_and_hasher] instead.
//! A no-std compatible hasher will be needed as well, for example
Expand Down

0 comments on commit 7f7d39f

Please sign in to comment.