Skip to content

Commit 2ff3afd

Browse files
committed
Cargo fmt
1 parent 39b2736 commit 2ff3afd

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

rustfmt-core/rustfmt-lib/src/formatting/matches.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,7 @@ use std::iter::repeat;
55
use rustc_ast::{ast, ptr};
66
use rustc_span::{BytePos, Span};
77

8-
use crate::config::{
9-
lists::*,
10-
Config, ControlBraceStyle, IndentStyle, MatchArmLeadingPipe,
11-
};
8+
use crate::config::{lists::*, Config, ControlBraceStyle, IndentStyle, MatchArmLeadingPipe};
129
use crate::formatting::{
1310
comment::{combine_strs_with_missing_comments, rewrite_comment},
1411
expr::{

0 commit comments

Comments
 (0)