We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9d67c38 + 670a4d6 commit 71cda62Copy full SHA for 71cda62
src/liballoc/vec.rs
@@ -1260,7 +1260,7 @@ impl<T> Vec<T> {
1260
/// This method uses a closure to create new values on every push. If
1261
/// you'd rather [`Clone`] a given value, use [`resize`]. If you want
1262
/// to use the [`Default`] trait to generate values, you can pass
1263
- /// [`Default::default()`] as the second argument..
+ /// [`Default::default()`] as the second argument.
1264
///
1265
/// # Examples
1266
0 commit comments