Commit 6b5d718
committed
Fix clippy::useless_conversion in bgp::messages
Rust 1.95.0 clippy flags result.extend(caps.clone().into_iter()) since
extend already accepts IntoIterator.
Signed-off-by: Trey Aspelund <t.k.aspelund@gmail.com>1 parent e227bfe commit 6b5d718
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
646 | 646 | | |
647 | 647 | | |
648 | 648 | | |
649 | | - | |
| 649 | + | |
650 | 650 | | |
651 | 651 | | |
652 | 652 | | |
| |||
0 commit comments