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.
1 parent 0a739ce commit 6bec8e9Copy full SHA for 6bec8e9
src/liballoc/vec.rs
@@ -1702,7 +1702,7 @@ impl<T> Vec<T> {
1702
///
1703
/// assert_eq!(vec, vec![2, 3, 1]);
1704
/// ```
1705
- #[unstable(feature = "vec_remove_item", reason = "recently added", issue = "40062")]
+ #[stable(feature = "vec_remove_item", since = "1.42.0")]
1706
pub fn remove_item<V>(&mut self, item: &V) -> Option<T>
1707
where
1708
T: PartialEq<V>,
0 commit comments