mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 05:45:12 +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>
|
||||||
}</fold>"#;
|
}</fold>"#;
|
||||||
|
|
||||||
let folds = &[
|
let folds = &[FoldKind::Block, FoldKind::Block];
|
||||||
FoldKind::Block,
|
|
||||||
FoldKind::Block,
|
|
||||||
];
|
|
||||||
do_check(text, folds);
|
do_check(text, folds);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue