Skip to content

Commit 116af5b

Browse files
committed
Drop unused ungrammar import
1 parent dde4b6c commit 116af5b

File tree

1 file changed

+1
-1
lines changed
  • src/tools/rust-analyzer/lib/ungrammar/src

1 file changed

+1
-1
lines changed

src/tools/rust-analyzer/lib/ungrammar/src/parser.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use std::collections::HashMap;
44

55
use crate::{
66
Grammar, Node, NodeData, Rule, Token, TokenData,
7-
error::{Result, bail, format_err},
7+
error::{Result, format_err},
88
lexer::{self, TokenKind},
99
};
1010

0 commit comments

Comments
 (0)