mirror of
https://gitee.com/openharmony/third_party_rust_proc-macro2
synced 2024-11-27 01:20:48 +00:00
Format with rustfmt 2019-09-08
This commit is contained in:
parent
8df91b87e0
commit
20ca121e41
@ -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};
|
||||
|
@ -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;
|
||||
|
@ -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};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user