We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8b18aa commit 9721752Copy full SHA for 9721752
src/libstd/collections/hash/map.rs
@@ -279,9 +279,9 @@ fn test_resize_policy() {
279
/// let mut player_stats = HashMap::new();
280
///
281
/// fn random_stat_buff() -> u8 {
282
-/// // could actually return some random value here - let's just return
283
-/// // some fixed value for now
284
-/// 42
+/// // could actually return some random value here - let's just return
+/// // some fixed value for now
+/// 42
285
/// }
286
287
/// // insert a key only if it doesn't already exist
0 commit comments