Skip to content

Commit f6e647d

Browse files
committed
One more update
1 parent 9510b3d commit f6e647d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/map.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3140,7 +3140,7 @@ impl<'a, K, V, S, A: Allocator + Clone> RawEntryBuilder<'a, K, V, S, A> {
31403140
///
31413141
/// ```
31423142
/// use hashbrown::HashMap;
3143-
///
3143+
///
31443144
/// let map: HashMap<&str, u32> = [("a", 100), ("b", 200)].into();
31453145
/// let key = "a";
31463146
/// assert_eq!(map.raw_entry().from_key(&key), Some((&"a", &100)));

0 commit comments

Comments
 (0)