add minimal comments
This commit is contained in:
@@ -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},
|
||||
|
||||
Reference in New Issue
Block a user