Format with rustfmt 2019-09-08

This commit is contained in:
David Tolnay 2019-09-21 00:55:03 -07:00
parent 8df91b87e0
commit 20ca121e41
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82
3 changed files with 3 additions and 3 deletions

View File

@ -4,12 +4,12 @@ use std::cell::RefCell;
use std::cmp;
use std::fmt;
use std::iter;
use std::ops::RangeBounds;
#[cfg(procmacro2_semver_exempt)]
use std::path::Path;
use std::path::PathBuf;
use std::str::FromStr;
use std::vec;
use std::ops::RangeBounds;
use crate::strnom::{block_comment, skip_whitespace, whitespace, word_break, Cursor, PResult};
use crate::{Delimiter, Punct, Spacing, TokenTree};

View File

@ -90,11 +90,11 @@ use std::fmt;
use std::hash::{Hash, Hasher};
use std::iter::FromIterator;
use std::marker;
use std::ops::RangeBounds;
#[cfg(procmacro2_semver_exempt)]
use std::path::PathBuf;
use std::rc::Rc;
use std::str::FromStr;
use std::ops::RangeBounds;
#[macro_use]
mod strnom;

View File

@ -1,10 +1,10 @@
use std::fmt;
use std::iter;
use std::ops::RangeBounds;
use std::panic::{self, PanicInfo};
#[cfg(super_unstable)]
use std::path::PathBuf;
use std::str::FromStr;
use std::ops::RangeBounds;
use crate::{fallback, Delimiter, Punct, Spacing, TokenTree};