]> git.lizzy.rs Git - rust.git/commit - src/tools/rust-analyzer
Auto merge of #88122 - Seppel3210:master, r=dtolnay
authorbors <bors@rust-lang.org>
Sun, 22 Aug 2021 08:03:47 +0000 (08:03 +0000)
committerbors <bors@rust-lang.org>
Sun, 22 Aug 2021 08:03:47 +0000 (08:03 +0000)
commit80dad6477520553899049c994a6f534dce5a4951
tree42e682278a99ea1091cea51ffeae1c302947b03d
parent2ad56d5c9031636c1509f4417e88099a49405b4e
parent71e4f44793186fcfb299349adbeb5dbd79c4ab33
Auto merge of #88122 - Seppel3210:master, r=dtolnay

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