docs
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
use crate::SyntaxKind;
|
||||
|
||||
/// A bit-set of `SyntaxKind`s
|
||||
#[derive(Clone, Copy)]
|
||||
pub(crate) struct TokenSet(u128);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user