diff options
| author | Ulrik Sverdrup <bluss@users.noreply.github.com> | 2018-03-03 14:15:28 +0100 |
|---|---|---|
| committer | Ulrik Sverdrup <bluss@users.noreply.github.com> | 2018-03-03 14:23:05 +0100 |
| commit | c7c23fe9482c129855a667909ff58969f6efe1f6 (patch) | |
| tree | fb4ef267b3ec1f545cebf5f0837668cae7c7d532 /src/liballoc/string.rs | |
| parent | bc651cac8d671aee9be876b71d0fa86f94f56b0f (diff) | |
| download | rust-c7c23fe9482c129855a667909ff58969f6efe1f6.tar.gz rust-c7c23fe9482c129855a667909ff58969f6efe1f6.zip | |
core: Update stability attributes for FusedIterator
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 1fcabd8a427..370fb6b4e89 100644 --- a/src/liballoc/string.rs +++ b/src/liballoc/string.rs @@ -2254,5 +2254,5 @@ impl<'a> DoubleEndedIterator for Drain<'a> { } } -#[stable(feature = "fused", since = "1.25.0")] +#[stable(feature = "fused", since = "1.26.0")] impl<'a> FusedIterator for Drain<'a> {} |
