diff options
| author | cad97 <cad97@cad97.com> | 2018-08-23 17:14:19 -0400 |
|---|---|---|
| committer | cad97 <cad97@cad97.com> | 2018-08-23 17:14:19 -0400 |
| commit | fc1909d311cebd2920b968b8fe161267c12c5fe1 (patch) | |
| tree | 35815432eb26fda22cb20f39d2b4c82d59c8995b /src/patterns.rs | |
| parent | 04d804c3655eaaa262d1147446290e8fe4aabc67 (diff) | |
Reformat
Diffstat (limited to 'src/patterns.rs')
| -rw-r--r-- | src/patterns.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/patterns.rs b/src/patterns.rs index b58431cbb65..13ae0d180e8 100644 --- a/src/patterns.rs +++ b/src/patterns.rs @@ -10,10 +10,9 @@ use config::lists::*; use syntax::ast::{self, BindingMode, FieldPat, Pat, PatKind, RangeEnd, RangeSyntax}; -use syntax::source_map::{self, BytePos, Span}; use syntax::ptr; +use syntax::source_map::{self, BytePos, Span}; -use source_map::SpanUtils; use comment::FindUncommented; use expr::{can_be_overflowed_expr, rewrite_unary_prefix, wrap_struct_field}; use lists::{ @@ -25,6 +24,7 @@ use overflow; use pairs::{rewrite_pair, PairParts}; use rewrite::{Rewrite, RewriteContext}; use shape::Shape; +use source_map::SpanUtils; use spanned::Spanned; use types::{rewrite_path, PathContext}; use utils::{format_mutability, mk_sp, rewrite_ident}; |
