Change struct expr pretty printing to match rustfmt style
This commit is contained in:
parent
63406ac771
commit
40fcbbafa0
3 changed files with 84 additions and 32 deletions
|
@ -1,3 +1,4 @@
|
|||
mod delimited;
|
||||
mod expr;
|
||||
mod item;
|
||||
|
||||
|
@ -23,6 +24,8 @@ use rustc_span::{BytePos, FileName, Span};
|
|||
|
||||
use std::borrow::Cow;
|
||||
|
||||
pub use self::delimited::IterDelimited;
|
||||
|
||||
pub enum MacHeader<'a> {
|
||||
Path(&'a ast::Path),
|
||||
Keyword(&'static str),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue