mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 13:51:31 +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 @@
|
|||
//! There are many AstNodes, but only a few tokens, so we hand-write them here.
|
||||
|
||||
use crate::{
|
||||
SyntaxToken,
|
||||
SyntaxKind::{COMMENT, WHITESPACE},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue