use visibility to check unused imports and delete some stmts

This commit is contained in:
bohan 2023-10-15 19:38:22 +08:00
parent bcfc997eac
commit d20471334f
3 changed files with 1 additions and 3 deletions

View file

@ -4,7 +4,7 @@
mod generated;
#[allow(unreachable_pub)]
pub use self::generated::{SyntaxKind, T};
pub use self::generated::SyntaxKind;
impl From<u16> for SyntaxKind {
#[inline]