We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11648c6 commit c6605c4Copy full SHA for c6605c4
nimbleparse/src/diagnostics.rs
@@ -1,7 +1,7 @@
1
-use std::{error::Error, fmt::Display, path::Path, cell::OnceCell};
+use std::{cell::OnceCell, error::Error, fmt::Display, path::Path};
2
3
use cfgrammar::{
4
- newlinecache::{NewlineCache},
+ newlinecache::NewlineCache,
5
yacc::{
6
ast::{GrammarAST, Symbol},
7
parser::SpansKind,
0 commit comments