mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-26 11:59:49 +00:00
use visibility to check unused imports and delete some stmts
This commit is contained in:
parent
bcfc997eac
commit
d20471334f
3 changed files with 1 additions and 3 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue