We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9351c2c commit 2467a41Copy full SHA for 2467a41
src/libcore/iter/traits.rs
@@ -260,7 +260,8 @@ impl<I: Iterator> IntoIterator for I {
260
///
261
/// Iterators produce a series of values, and collections can also be thought
262
/// of as a series of values. The `Extend` trait bridges this gap, allowing you
263
-/// to extend a collection by including the contents of that iterator.
+/// to extend a collection by including the contents of that iterator. When
264
+/// extending a collection with an already existing key, that entry is updated.
265
266
/// # Examples
267
0 commit comments