diff options
| author | csmoe <35686186+csmoe@users.noreply.github.com> | 2018-04-29 20:22:48 +0800 |
|---|---|---|
| committer | csmoe <35686186+csmoe@users.noreply.github.com> | 2018-04-29 20:53:31 +0800 |
| commit | f7415bcea235cab84b775d59dab3b9a0cb68dd01 (patch) | |
| tree | aaafa965a93f00ee8ffdf9a430391a529bdd3fe2 /src/patterns.rs | |
| parent | c9cef5db170bc0ac2eb0cc42dff2013a4ad3d0c5 (diff) | |
update self format
Diffstat (limited to 'src/patterns.rs')
| -rw-r--r-- | src/patterns.rs | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/src/patterns.rs b/src/patterns.rs index 243b85e4267..b4865ad329e 100644 --- a/src/patterns.rs +++ b/src/patterns.rs @@ -15,10 +15,13 @@ use syntax::ptr; use codemap::SpanUtils; use comment::FindUncommented; -use expr::{can_be_overflowed_expr, rewrite_pair, rewrite_unary_prefix, wrap_struct_field, - PairParts}; -use lists::{itemize_list, shape_for_tactic, struct_lit_formatting, struct_lit_shape, - struct_lit_tactic, write_list}; +use expr::{ + can_be_overflowed_expr, rewrite_pair, rewrite_unary_prefix, wrap_struct_field, PairParts, +}; +use lists::{ + itemize_list, shape_for_tactic, struct_lit_formatting, struct_lit_shape, struct_lit_tactic, + write_list, +}; use macros::{rewrite_macro, MacroPosition}; use overflow; use rewrite::{Rewrite, RewriteContext}; |
