Skip to content

Commit

Permalink
Rollup merge of rust-lang#29568 - steveklabnik:gh24591, r=apasel422
Browse files Browse the repository at this point in the history
  • Loading branch information
steveklabnik committed Nov 5, 2015
2 parents 92eb851 + e9989d5 commit 255b81d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/libstd/collections/hash/map.rs
Original file line number Diff line number Diff line change
Expand Up @@ -601,6 +601,9 @@ impl<K, V, S> HashMap<K, V, S>

/// Returns the number of elements the map can hold without reallocating.
///
/// This number is a lower bound; the `HashMap<K, V>` might be able to hold
/// more, but is guaranteed to be able to hold at least this many.
///
/// # Examples
///
/// ```
Expand Down

0 comments on commit 255b81d

Please sign in to comment.