Skip to content

Commit 7f7d39f

Browse files
authored
Merge pull request #332 from waywardmonkeys/missing-indentation-in-doc-comment
Fix missing indentation in doc comment.
2 parents 1a71dde + 8222a59 commit 7f7d39f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
//! `default-features = false` to your dependency specification.
9595
//!
9696
//! - Creating maps and sets using [`new`][IndexMap::new] and
97-
//! [`with_capacity`][IndexMap::with_capacity] is unavailable without `std`.
97+
//! [`with_capacity`][IndexMap::with_capacity] is unavailable without `std`.
9898
//! Use methods [`IndexMap::default`], [`with_hasher`][IndexMap::with_hasher],
9999
//! [`with_capacity_and_hasher`][IndexMap::with_capacity_and_hasher] instead.
100100
//! A no-std compatible hasher will be needed as well, for example

0 commit comments

Comments
 (0)