Skip to content

Commit

Permalink
Remove an old comment from HashMap::extend_reserve
Browse files Browse the repository at this point in the history
  • Loading branch information
cuviper committed May 26, 2020
1 parent 6a26bb9 commit 7795c4b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libstd/collections/hash/map.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2465,7 +2465,6 @@ where

#[inline]
fn extend_reserve(&mut self, additional: usize) {
// self.base.extend_reserve(additional);
Extend::<(K, V)>::extend_reserve(self, additional)
}
}
Expand Down

0 comments on commit 7795c4b

Please sign in to comment.