Skip to content

Commit bb50dc0

Browse files
committed
docs: didn't save
1 parent 3cb0e89 commit bb50dc0

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

library/std/src/macros.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -405,9 +405,6 @@ macro_rules! repetition_utils {
405405
/// [`hash_map!`] will attempt to avoid repeated reallocations by
406406
/// using [`HashMap::with_capacity`].
407407
///
408-
/// A non-empty [`hash_map!`] invocation calls [`HashMap::with_capacity`] and evaluates
409-
/// the argument size constantly passing it to the function itself.
410-
///
411408
/// # Examples
412409
///
413410
/// ```rust

0 commit comments

Comments
 (0)