mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 20:42:04 +00:00
fix: change default diagnostic range into impl body
This commit is contained in:
parent
861e47431b
commit
fbe494a106
3 changed files with 15 additions and 6 deletions
|
@ -706,6 +706,7 @@ impl Module {
|
|||
TraitImplRedundantAssocItems {
|
||||
trait_,
|
||||
file_id,
|
||||
impl_: ast_id_map.get(node.ast_id()),
|
||||
assoc_item: (name, assoc_item),
|
||||
}
|
||||
.into(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue