Adopt and apply nightly rustfmt configuration
This commit is contained in:
parent
a7770e1486
commit
d7d034757a
45 changed files with 431 additions and 474 deletions
|
|
@ -1,13 +1,14 @@
|
|||
use crate::{
|
||||
prelude::*,
|
||||
graph::Graph,
|
||||
prelude::*,
|
||||
syntax::content::{
|
||||
TokenOutput, Parseable as _, LexMap,
|
||||
LexMap, Parseable as _, TokenOutput,
|
||||
parser::{
|
||||
context,
|
||||
lexeme::Lexeme,
|
||||
token::{Token, LineBreak, Literal},
|
||||
point, segment,
|
||||
state::State,
|
||||
segment, context, point,
|
||||
token::{LineBreak, Literal, Token},
|
||||
},
|
||||
},
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue