Skip to content

Commit c6605c4

Browse files
committed
rusutfmt
1 parent 11648c6 commit c6605c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nimbleparse/src/diagnostics.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
use std::{error::Error, fmt::Display, path::Path, cell::OnceCell};
1+
use std::{cell::OnceCell, error::Error, fmt::Display, path::Path};
22

33
use cfgrammar::{
4-
newlinecache::{NewlineCache},
4+
newlinecache::NewlineCache,
55
yacc::{
66
ast::{GrammarAST, Symbol},
77
parser::SpansKind,

0 commit comments

Comments
 (0)