diff options
Diffstat (limited to 'crates/ra_syntax/src/ast/generated.rs')
-rw-r--r-- | crates/ra_syntax/src/ast/generated.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crates/ra_syntax/src/ast/generated.rs b/crates/ra_syntax/src/ast/generated.rs index c7aaccc95..47107a58b 100644 --- a/crates/ra_syntax/src/ast/generated.rs +++ b/crates/ra_syntax/src/ast/generated.rs | |||
@@ -1716,6 +1716,7 @@ impl ToOwned for LifetimeParam { | |||
1716 | } | 1716 | } |
1717 | 1717 | ||
1718 | 1718 | ||
1719 | impl ast::AttrsOwner for LifetimeParam {} | ||
1719 | impl LifetimeParam { | 1720 | impl LifetimeParam { |
1720 | pub fn lifetime(&self) -> Option<&Lifetime> { | 1721 | pub fn lifetime(&self) -> Option<&Lifetime> { |
1721 | super::child_opt(self) | 1722 | super::child_opt(self) |
@@ -4076,6 +4077,7 @@ impl ToOwned for TypeParam { | |||
4076 | 4077 | ||
4077 | 4078 | ||
4078 | impl ast::NameOwner for TypeParam {} | 4079 | impl ast::NameOwner for TypeParam {} |
4080 | impl ast::AttrsOwner for TypeParam {} | ||
4079 | impl TypeParam {} | 4081 | impl TypeParam {} |
4080 | 4082 | ||
4081 | // TypeParamList | 4083 | // TypeParamList |