mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 05:15:04 +00:00
Clippy trivially_copy_pass_by_ref
This commit is contained in:
parent
ec6f71576a
commit
001e34e6e3
11 changed files with 30 additions and 30 deletions
|
@ -65,7 +65,7 @@ fn impls_for_trait(
|
|||
|
||||
Some(
|
||||
impls
|
||||
.lookup_impl_blocks_for_trait(&tr)
|
||||
.lookup_impl_blocks_for_trait(tr)
|
||||
.map(|imp| NavigationTarget::from_impl_block(db, imp))
|
||||
.collect(),
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue