Skip to content

Commit 75bf333

Browse files
committed
Stabilise "generic_cow_from" change
1 parent 4f3b723 commit 75bf333

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/liballoc/borrow.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ impl<'a, T: ?Sized + ToOwned> AsRef<T> for Cow<'a, T> {
361361
}
362362
}
363363

364-
#[unstable(feature = "generic_cow_from", reason = "recently added", issue = "0000")]
364+
#[stable(feature = "generic_cow_from", since = "1.24.0")]
365365
impl<'a, B, T> From<&'a B> for Cow<'a, T>
366366
where
367367
B: ?Sized + Borrow<T>,

0 commit comments

Comments
 (0)