mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 21:05:02 +00:00
Remove the custom impl of AttrsOwner for ImplItem
The default impl should have the same behaviour, and it can be generated by codegen. See also `ModuleItem` and `NominalDef`
This commit is contained in:
parent
7614439033
commit
27ce1e822b
3 changed files with 4 additions and 12 deletions
|
@ -1298,6 +1298,7 @@ impl AstNode for ImplItem {
|
|||
}
|
||||
}
|
||||
}
|
||||
impl ast::AttrsOwner for ImplItem {}
|
||||
impl ImplItem {}
|
||||
#[derive(Debug, Clone, PartialEq, Eq, Hash)]
|
||||
pub struct ImplTraitType {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue