Skip to content

Commit 50c62b4

Browse files
committed
auto merge of #15996 : nham/rust/smallintmap_not_hashmap, r=sanxiyn
SmallIntMap doesn't involve hashing?
2 parents ee21b00 + b2e81d1 commit 50c62b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcollections/smallintmap.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ impl<V> SmallIntMap<V> {
263263
}
264264
}
265265

266-
/// Empties the hash map, moving all values into the specified closure.
266+
/// Empties the map, moving all values into the specified closure.
267267
///
268268
/// # Example
269269
///

0 commit comments

Comments
 (0)