diff options
| author | Oliver Middleton <olliemail27@gmail.com> | 2017-06-13 00:08:37 +0100 |
|---|---|---|
| committer | Oliver Middleton <olliemail27@gmail.com> | 2017-06-21 01:18:19 +0100 |
| commit | 0d885efe16899c2dbad2918345c9ede7b83caa7f (patch) | |
| tree | 60fa4a5be6a1e5c2979533887226d8f4dde5850d /src/libstd/path.rs | |
| parent | 5a97036b6900ee208f90c52ceadcce606d497e93 (diff) | |
| download | rust-0d885efe16899c2dbad2918345c9ede7b83caa7f.tar.gz rust-0d885efe16899c2dbad2918345c9ede7b83caa7f.zip | |
Update version numbers for From impls
Diffstat (limited to 'src/libstd/path.rs')
| -rw-r--r-- | src/libstd/path.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/path.rs b/src/libstd/path.rs index e9bf7b33b8e..7a8c8935394 100644 --- a/src/libstd/path.rs +++ b/src/libstd/path.rs @@ -1348,7 +1348,7 @@ impl From<Box<Path>> for PathBuf { } } -#[stable(feature = "box_from_path_buf", since = "1.18.0")] +#[stable(feature = "box_from_path_buf", since = "1.20.0")] impl From<PathBuf> for Box<Path> { fn from(p: PathBuf) -> Box<Path> { p.into_boxed_path() |
