Skip to content

Commit 0010f40

Browse files
Remove nonsense documentation line
1 parent 24fedd3 commit 0010f40

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/vec.rs

-1
Original file line numberDiff line numberDiff line change
@@ -848,7 +848,6 @@ impl<T, const N: usize> Vec<T, N> {
848848
/// // allocate the vector in a static variable
849849
/// static mut X: Vec<u8, 16> = Vec::new();
850850
/// ```
851-
/// `Vec` `const` constructor; wrap the returned value in [`Vec`].
852851
pub const fn new() -> Self {
853852
Self {
854853
len: 0,

0 commit comments

Comments
 (0)