mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 17:18:32 +03:00
80dad64775
Fix example in `Extend<(A, B)>` impl After looking over the examples in my last PR (#85835) on doc.rust-lang.org/nightly I realized that the example didn't actually show what I wanted it to show 😅 So here's the better example