diff options
Diffstat (limited to 'crates/ra_syntax/src/ast/generated.rs')
-rw-r--r-- | crates/ra_syntax/src/ast/generated.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/crates/ra_syntax/src/ast/generated.rs b/crates/ra_syntax/src/ast/generated.rs index 98c7de361..096405a38 100644 --- a/crates/ra_syntax/src/ast/generated.rs +++ b/crates/ra_syntax/src/ast/generated.rs | |||
@@ -1371,6 +1371,10 @@ impl<'a> Path<'a> { | |||
1371 | pub fn segment(self) -> Option<PathSegment<'a>> { | 1371 | pub fn segment(self) -> Option<PathSegment<'a>> { |
1372 | super::child_opt(self) | 1372 | super::child_opt(self) |
1373 | } | 1373 | } |
1374 | |||
1375 | pub fn qualifier(self) -> Option<Path<'a>> { | ||
1376 | super::child_opt(self) | ||
1377 | } | ||
1374 | } | 1378 | } |
1375 | 1379 | ||
1376 | // PathExpr | 1380 | // PathExpr |