mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 06:51:58 +00:00
change "1" to "c" to pass test
Incorrectly wrote "1" twice when writing test.
This commit is contained in:
parent
cec72acdca
commit
791923aacb
@ -1143,7 +1143,7 @@ impl<K, V> BTreeMap<K, V> {
|
||||
///
|
||||
/// assert_eq!(count["a"], 3);
|
||||
/// assert_eq!(count["b"], 2);
|
||||
/// assert_eq!(count["1"], 1);
|
||||
/// assert_eq!(count["c"], 1);
|
||||
/// ```
|
||||
#[stable(feature = "rust1", since = "1.0.0")]
|
||||
pub fn entry(&mut self, key: K) -> Entry<'_, K, V>
|
||||
|
Loading…
Reference in New Issue
Block a user