mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-31 05:26:23 +03:00
Regenerate
This commit is contained in:
@@ -1387,7 +1387,8 @@ fn cast(syntax: SyntaxNodeRef<'a>) -> Option<Self> {
|
||||
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)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user