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/liballoc/string.rs | |
| parent | 5a97036b6900ee208f90c52ceadcce606d497e93 (diff) | |
| download | rust-0d885efe16899c2dbad2918345c9ede7b83caa7f.tar.gz rust-0d885efe16899c2dbad2918345c9ede7b83caa7f.zip | |
Update version numbers for From impls
Diffstat (limited to 'src/liballoc/string.rs')
| -rw-r--r-- | src/liballoc/string.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/liballoc/string.rs b/src/liballoc/string.rs index c1ef1c2f96c..02ecb65fa38 100644 --- a/src/liballoc/string.rs +++ b/src/liballoc/string.rs @@ -2008,7 +2008,7 @@ impl From<Box<str>> for String { } } -#[stable(feature = "box_from_str", since = "1.18.0")] +#[stable(feature = "box_from_str", since = "1.20.0")] impl From<String> for Box<str> { fn from(s: String) -> Box<str> { s.into_boxed_str() |
