diff options
author | Aleksey Kladov <[email protected]> | 2019-01-24 22:31:32 +0000 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2019-01-24 22:31:32 +0000 |
commit | 0f2f3a21e7e624f920d182869896347af309e909 (patch) | |
tree | 8c16d0a479021c2d558a865df94eb01316a208b2 /crates/ra_syntax/src/ast | |
parent | 00ba70a0957b8af2813940787238a733298dfa5f (diff) |
Migrate trait & type to new ids
Diffstat (limited to 'crates/ra_syntax/src/ast')
-rw-r--r-- | crates/ra_syntax/src/ast/generated.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/ra_syntax/src/ast/generated.rs b/crates/ra_syntax/src/ast/generated.rs index ac6c8a835..a207f8429 100644 --- a/crates/ra_syntax/src/ast/generated.rs +++ b/crates/ra_syntax/src/ast/generated.rs | |||
@@ -3229,6 +3229,7 @@ impl ast::VisibilityOwner for TraitDef {} | |||
3229 | impl ast::NameOwner for TraitDef {} | 3229 | impl ast::NameOwner for TraitDef {} |
3230 | impl ast::AttrsOwner for TraitDef {} | 3230 | impl ast::AttrsOwner for TraitDef {} |
3231 | impl ast::DocCommentsOwner for TraitDef {} | 3231 | impl ast::DocCommentsOwner for TraitDef {} |
3232 | impl ast::TypeParamsOwner for TraitDef {} | ||
3232 | impl TraitDef {} | 3233 | impl TraitDef {} |
3233 | 3234 | ||
3234 | // TrueKw | 3235 | // TrueKw |