Skip to content

Commit f115be9

Browse files
authored
Removed spurious linebreak from new documentation
1 parent f1b930d commit f115be9

File tree

1 file changed

+1
-1
lines changed
  • library/alloc/src/collections/btree/map

1 file changed

+1
-1
lines changed

library/alloc/src/collections/btree/map/entry.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ impl<'a, K: Ord, V> Entry<'a, K, V> {
118118

119119
/// Ensures a value is in the entry by inserting, if empty, the result of the default function.
120120
/// This method allows for generating key-derived values for insertion by providing the default
121-
/// function a reference to the key that was moved during the `.entry(key)` method call.<br />
121+
/// function a reference to the key that was moved during the `.entry(key)` method call.
122122
///
123123
/// The reference to the moved key is provided so that cloning or copying the key is
124124
/// unnecessary, unlike with `.or_insert_with(|| ... )`.

0 commit comments

Comments
 (0)