mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +00:00
stabilise remove_item
This commit is contained in:
parent
a80e63f3fa
commit
24c6cd80c3
@ -1696,7 +1696,6 @@ impl<T> Vec<T> {
|
||||
/// # Examples
|
||||
///
|
||||
/// ```
|
||||
/// # #![feature(vec_remove_item)]
|
||||
/// let mut vec = vec![1, 2, 3, 1];
|
||||
///
|
||||
/// vec.remove_item(&1);
|
||||
|
Loading…
Reference in New Issue
Block a user