We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dde4b6c commit 116af5bCopy full SHA for 116af5b
src/tools/rust-analyzer/lib/ungrammar/src/parser.rs
@@ -4,7 +4,7 @@ use std::collections::HashMap;
4
5
use crate::{
6
Grammar, Node, NodeData, Rule, Token, TokenData,
7
- error::{Result, bail, format_err},
+ error::{Result, format_err},
8
lexer::{self, TokenKind},
9
};
10
0 commit comments