mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 06:11:35 +00:00
parent
b3ef934ccb
commit
25242fe93f
395 changed files with 14569 additions and 5755 deletions
|
@ -32,7 +32,7 @@ pub(crate) fn syntax_tree(
|
|||
}
|
||||
};
|
||||
|
||||
format!("{:#?}", node)
|
||||
format!("{node:#?}")
|
||||
} else {
|
||||
format!("{:#?}", parse.tree().syntax())
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue