Update the stable attributes to use the current nightly version number
This commit is contained in:
@@ -1532,7 +1532,7 @@ impl<'a> From<PathBuf> for Cow<'a, Path> {
|
||||
}
|
||||
}
|
||||
|
||||
#[stable(feature = "cow_from_pathbuf_ref", since = "1.28.0")]
|
||||
#[stable(feature = "cow_from_pathbuf_ref", since = "1.27.0")]
|
||||
impl<'a> From<&'a PathBuf> for Cow<'a, Path> {
|
||||
#[inline]
|
||||
fn from(p: &'a PathBuf) -> Cow<'a, Path> {
|
||||
@@ -1540,7 +1540,7 @@ impl<'a> From<&'a PathBuf> for Cow<'a, Path> {
|
||||
}
|
||||
}
|
||||
|
||||
#[stable(feature = "pathbuf_from_cow_path", since = "1.28.0")]
|
||||
#[stable(feature = "pathbuf_from_cow_path", since = "1.27.0")]
|
||||
impl<'a> From<Cow<'a, Path>> for PathBuf {
|
||||
#[inline]
|
||||
fn from(p: Cow<'a, Path>) -> Self {
|
||||
|
||||
Reference in New Issue
Block a user