diff options
author | bors[bot] <bors[bot]@users.noreply.github.com> | 2019-02-06 12:23:26 +0000 |
---|---|---|
committer | bors[bot] <bors[bot]@users.noreply.github.com> | 2019-02-06 12:23:26 +0000 |
commit | 736a55c97e69f95e6ff4a0c3dafb2018e8ea05f9 (patch) | |
tree | 4f82dda9b02ca33d154cefd46ced58596bc2065c /crates/ra_syntax/src/ast | |
parent | 569e1e871e737ade80616288241d63e1531dbb8d (diff) | |
parent | d107926f8621dfc08010ffc5bf4a1ac6356c6c87 (diff) |
Merge #748
748: Fill deprecation for LSP r=kjeremy a=kjeremy
Co-authored-by: kjeremy <[email protected]>
Co-authored-by: Jeremy Kolb <[email protected]>
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 a8d60e882..60314d245 100644 --- a/crates/ra_syntax/src/ast/generated.rs +++ b/crates/ra_syntax/src/ast/generated.rs | |||
@@ -755,6 +755,7 @@ impl ToOwned for EnumVariant { | |||
755 | 755 | ||
756 | impl ast::NameOwner for EnumVariant {} | 756 | impl ast::NameOwner for EnumVariant {} |
757 | impl ast::DocCommentsOwner for EnumVariant {} | 757 | impl ast::DocCommentsOwner for EnumVariant {} |
758 | impl ast::AttrsOwner for EnumVariant {} | ||
758 | impl EnumVariant { | 759 | impl EnumVariant { |
759 | pub fn expr(&self) -> Option<&Expr> { | 760 | pub fn expr(&self) -> Option<&Expr> { |
760 | super::child_opt(self) | 761 | super::child_opt(self) |