We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 09e62ba + 9721752 commit 96d866aCopy full SHA for 96d866a
src/libstd/collections/hash/map.rs
@@ -282,9 +282,9 @@ fn test_resize_policy() {
282
/// let mut player_stats = HashMap::new();
283
///
284
/// fn random_stat_buff() -> u8 {
285
-/// // could actually return some random value here - let's just return
286
-/// // some fixed value for now
287
-/// 42
+/// // could actually return some random value here - let's just return
+/// // some fixed value for now
+/// 42
288
/// }
289
290
/// // insert a key only if it doesn't already exist
0 commit comments