mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2026-01-17 17:12:14 +00:00
Merge pull request #21054 from lnicola/ungrammar-unused-import
minor: Drop unused `ungrammar` import
This commit is contained in:
commit
afcfe141ae
@ -4,7 +4,7 @@ use std::collections::HashMap;
|
||||
|
||||
use crate::{
|
||||
Grammar, Node, NodeData, Rule, Token, TokenData,
|
||||
error::{Result, bail, format_err},
|
||||
error::{Result, format_err},
|
||||
lexer::{self, TokenKind},
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user