From 2c0f385d0c16c6797788ef5a5f42ac02ced50da1 Mon Sep 17 00:00:00 2001 From: Jonathan Behrens Date: Wed, 12 Sep 2018 14:59:12 -0400 Subject: Fix formatting --- src/libstd/collections/hash/map.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/libstd/collections') diff --git a/src/libstd/collections/hash/map.rs b/src/libstd/collections/hash/map.rs index 1a432e5bd3d..bb635a26c31 100644 --- a/src/libstd/collections/hash/map.rs +++ b/src/libstd/collections/hash/map.rs @@ -1954,7 +1954,8 @@ impl<'a, K, V, S> RawEntryBuilderMut<'a, K, V, S> } } - /// Create a `RawEntryMut` by examining the elements of a hash bucket until `is_match` returns true for one of them. + /// Create a `RawEntryMut` by examining the elements of a hash bucket until `is_match` returns + /// true for one of them. #[unstable(feature = "hash_raw_entry", issue = "42069")] pub fn from_bucket(self, hash_bucket: u64, mut is_match: F) -> RawEntryMut<'a, K, V, S> where for<'b> F: FnMut(&'b K) -> bool, -- cgit 1.4.1-3-g733a5