diff options
| author | Jane Lusby <jlusby42@gmail.com> | 2021-08-03 12:12:14 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-03 12:12:14 -0700 |
| commit | 3d0c5d09d33d74a508965799fcde6e8147cee721 (patch) | |
| tree | 98168a9a46e274fb28cf9adaf4bc433486bea47b /library/core/src | |
| parent | 7b907597332e430653673531e2bc29b1ae286f3c (diff) | |
| download | rust-3d0c5d09d33d74a508965799fcde6e8147cee721.tar.gz rust-3d0c5d09d33d74a508965799fcde6e8147cee721.zip | |
Update library/core/src/iter/traits/collect.rs
Co-authored-by: teor <teor@riseup.net>
Diffstat (limited to 'library/core/src')
| -rw-r--r-- | library/core/src/iter/traits/collect.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/core/src/iter/traits/collect.rs b/library/core/src/iter/traits/collect.rs index 033b6084f1b..b36ae0e20c2 100644 --- a/library/core/src/iter/traits/collect.rs +++ b/library/core/src/iter/traits/collect.rs @@ -359,7 +359,7 @@ impl Extend<()> for () { fn extend_one(&mut self, _item: ()) {} } -#[stable(feature = "extend_for_tuple", since = "1.55.0")] +#[stable(feature = "extend_for_tuple", since = "1.56.0")] impl<A, B, ExtendA, ExtendB> Extend<(A, B)> for (ExtendA, ExtendB) where ExtendA: Extend<A>, |
