mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 13:51:31 +00:00
Pacify rustfmt.
This commit is contained in:
parent
1f97445f39
commit
2be9031935
1 changed files with 1 additions and 4 deletions
|
@ -370,10 +370,7 @@ fn main() <fold>{
|
|||
}</fold>
|
||||
}</fold>"#;
|
||||
|
||||
let folds = &[
|
||||
FoldKind::Block,
|
||||
FoldKind::Block,
|
||||
];
|
||||
let folds = &[FoldKind::Block, FoldKind::Block];
|
||||
do_check(text, folds);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue