Run cargo fix

This commit is contained in:
Aleksey Kladov
2018-10-15 19:55:32 +03:00
parent 6605dbaff3
commit 171c176833
24 changed files with 44 additions and 44 deletions

View File

@@ -8,7 +8,7 @@
//! `start node`, `finish node`, and `FileBuilder` converts
//! this stream to a real tree.
use std::mem;
use {
use crate::{
TextUnit, TextRange, SmolStr,
lexer::Token,
parser_impl::Sink,