Convert code notes into GitHub issues

This commit is contained in:
Lokathor
2020-01-24 02:46:18 -07:00
parent 9459d40649
commit d07708595a
2 changed files with 0 additions and 10 deletions
-2
View File
@@ -422,8 +422,6 @@ impl<A: Array> ArrayVec<A> {
item
}
// NIGHTLY: remove_item, https://github.com/rust-lang/rust/issues/40062
/// Resize the vec to the new length.
///
/// If it needs to be longer, it's filled with clones of the provided value.