diff options
Diffstat (limited to 'crates/ra_syntax/src/ast/generated.rs')
-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 385fddc89..d2b055b0a 100644 --- a/crates/ra_syntax/src/ast/generated.rs +++ b/crates/ra_syntax/src/ast/generated.rs | |||
@@ -5216,6 +5216,7 @@ impl RecordFieldList { | |||
5216 | pub struct RecordField { | 5216 | pub struct RecordField { |
5217 | pub(crate) syntax: SyntaxNode, | 5217 | pub(crate) syntax: SyntaxNode, |
5218 | } | 5218 | } |
5219 | impl ast::AttrsOwner for RecordField {} | ||
5219 | impl std::fmt::Display for RecordField { | 5220 | impl std::fmt::Display for RecordField { |
5220 | fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result { | 5221 | fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result { |
5221 | std::fmt::Display::fmt(self.syntax(), f) | 5222 | std::fmt::Display::fmt(self.syntax(), f) |