fix: change default diagnostic range into impl body

This commit is contained in:
Young-Flash 2023-12-07 20:45:42 +08:00
parent 861e47431b
commit fbe494a106
3 changed files with 15 additions and 6 deletions

View file

@ -706,6 +706,7 @@ impl Module {
TraitImplRedundantAssocItems {
trait_,
file_id,
impl_: ast_id_map.get(node.ast_id()),
assoc_item: (name, assoc_item),
}
.into(),