diff options
author | Jeremy A. Kolb <[email protected]> | 2018-10-12 12:43:37 +0100 |
---|---|---|
committer | Jeremy A. Kolb <[email protected]> | 2018-10-12 12:43:37 +0100 |
commit | 3ac51997558c1904a56b0992f8f37f30b3aee1ee (patch) | |
tree | 9eb6d8667d0497313a1bbd03c320b3abeaae2f28 | |
parent | f8a2b533045757c42c206b2596448baf4737f1f0 (diff) |
Regenerate
-rw-r--r-- | crates/ra_syntax/src/ast/generated.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/crates/ra_syntax/src/ast/generated.rs b/crates/ra_syntax/src/ast/generated.rs index 1901a667c..48c9038dc 100644 --- a/crates/ra_syntax/src/ast/generated.rs +++ b/crates/ra_syntax/src/ast/generated.rs | |||
@@ -1387,7 +1387,8 @@ impl<'a> AstNode<'a> for PathExpr<'a> { | |||
1387 | fn syntax(self) -> SyntaxNodeRef<'a> { self.syntax } | 1387 | fn syntax(self) -> SyntaxNodeRef<'a> { self.syntax } |
1388 | } | 1388 | } |
1389 | 1389 | ||
1390 | impl<'a> PathExpr<'a> {pub fn path(self) -> Option<Path<'a>> { | 1390 | impl<'a> PathExpr<'a> { |
1391 | pub fn path(self) -> Option<Path<'a>> { | ||
1391 | super::child_opt(self) | 1392 | super::child_opt(self) |
1392 | } | 1393 | } |
1393 | } | 1394 | } |