diff options
| author | George Burton <burtonageo@gmail.com> | 2018-04-27 20:46:06 +0100 |
|---|---|---|
| committer | George Burton <burtonageo@gmail.com> | 2018-04-27 20:46:06 +0100 |
| commit | f3e858aae761b30a56e8b03f510f360edeb3a2f1 (patch) | |
| tree | 99cd5ca37c0e17b0d860e6dd5751bdc81ed1da15 /src/libstd/path.rs | |
| parent | d87b039ea61b5be401f855b6ab788ddd6e04c847 (diff) | |
| download | rust-f3e858aae761b30a56e8b03f510f360edeb3a2f1.tar.gz rust-f3e858aae761b30a56e8b03f510f360edeb3a2f1.zip | |
Update the stable attributes to use the current nightly version number
Diffstat (limited to 'src/libstd/path.rs')
| -rw-r--r-- | src/libstd/path.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libstd/path.rs b/src/libstd/path.rs index b7ab14b29ca..83633210ff2 100644 --- a/src/libstd/path.rs +++ b/src/libstd/path.rs @@ -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 { |
