mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 04:19:13 +00:00
Regenerate
This commit is contained in:
parent
f8a2b53304
commit
3ac5199755
1 changed files with 2 additions and 1 deletions
|
@ -1387,7 +1387,8 @@ impl<'a> AstNode<'a> for PathExpr<'a> {
|
||||||
fn syntax(self) -> SyntaxNodeRef<'a> { self.syntax }
|
fn syntax(self) -> SyntaxNodeRef<'a> { self.syntax }
|
||||||
}
|
}
|
||||||
|
|
||||||
impl<'a> PathExpr<'a> {pub fn path(self) -> Option<Path<'a>> {
|
impl<'a> PathExpr<'a> {
|
||||||
|
pub fn path(self) -> Option<Path<'a>> {
|
||||||
super::child_opt(self)
|
super::child_opt(self)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue