Skip to content

Commit

Permalink
Stabilise "generic_cow_from" change
Browse files Browse the repository at this point in the history
  • Loading branch information
burtonageo committed Feb 13, 2018
1 parent 4f3b723 commit 75bf333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/liballoc/borrow.rs
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ impl<'a, T: ?Sized + ToOwned> AsRef<T> for Cow<'a, T> {
}
}

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

0 comments on commit 75bf333

Please sign in to comment.