mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 12:29:21 +00:00
Add derive handles cursor
This commit is contained in:
parent
7094291573
commit
a5515d9d6f
5 changed files with 51 additions and 20 deletions
|
@ -339,6 +339,7 @@ impl<R: TreeRoot> AstNode<R> for NominalDef<R> {
|
|||
}
|
||||
}
|
||||
|
||||
impl<R: TreeRoot> ast::AttrsOwner<R> for NominalDef<R> {}
|
||||
impl<R: TreeRoot> NominalDef<R> {}
|
||||
|
||||
// ParenType
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue