Skip to content

Commit 2c0f385

Browse files
committed
Fix formatting
1 parent ad6c7a9 commit 2c0f385

File tree

1 file changed

+2
-1
lines changed
  • src/libstd/collections/hash

1 file changed

+2
-1
lines changed

src/libstd/collections/hash/map.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -1954,7 +1954,8 @@ impl<'a, K, V, S> RawEntryBuilderMut<'a, K, V, S>
19541954
}
19551955
}
19561956

1957-
/// Create a `RawEntryMut` by examining the elements of a hash bucket until `is_match` returns true for one of them.
1957+
/// Create a `RawEntryMut` by examining the elements of a hash bucket until `is_match` returns
1958+
/// true for one of them.
19581959
#[unstable(feature = "hash_raw_entry", issue = "42069")]
19591960
pub fn from_bucket<F>(self, hash_bucket: u64, mut is_match: F) -> RawEntryMut<'a, K, V, S>
19601961
where for<'b> F: FnMut(&'b K) -> bool,

0 commit comments

Comments
 (0)