diff options
| author | 1011X <1011XXXXX@gmail.com> | 2018-03-08 22:57:54 -0500 |
|---|---|---|
| committer | 1011X <1011XXXXX@gmail.com> | 2018-03-08 22:57:54 -0500 |
| commit | 39c3a370180063ea5fbce64b26e585f7e0228d53 (patch) | |
| tree | 701137e842c86ceb523549232523ac5090e461b9 /src/liballoc/string.rs | |
| parent | 679e410b11848ef3d9544c08bdb942ae3bc15a46 (diff) | |
| parent | a0c626227eeb98f864f67c42845b76f126bc519a (diff) | |
| download | rust-39c3a370180063ea5fbce64b26e585f7e0228d53.tar.gz rust-39c3a370180063ea5fbce64b26e585f7e0228d53.zip | |
Merge branch 'master' of github.com:1011X/rust
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 409d2ab287e..370fb6b4e89 100644 --- a/src/liballoc/string.rs +++ b/src/liballoc/string.rs @@ -2254,5 +2254,5 @@ impl<'a> DoubleEndedIterator for Drain<'a> { } } -#[unstable(feature = "fused", issue = "35602")] +#[stable(feature = "fused", since = "1.26.0")] impl<'a> FusedIterator for Drain<'a> {} |
