mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 04:19:13 +00:00
add minimal comments
This commit is contained in:
parent
0e1e40676a
commit
ab19ff16e5
5 changed files with 13 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
//! Various extension methods to ast Expr Nodes, which are hard to code-generate.
|
||||
|
||||
use crate::{
|
||||
SyntaxToken, SyntaxElement, SmolStr,
|
||||
ast::{self, AstNode, AstChildren, children, child_opt},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue