mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 11:31:15 +00:00
Reformat
This commit is contained in:
parent
e792ec3eca
commit
3aec74bc5b
@ -22,8 +22,8 @@ fn read_text(path: &Path) -> String {
|
||||
}
|
||||
|
||||
pub fn dir_tests<F>(paths: &[&str], f: F)
|
||||
where
|
||||
F: Fn(&str) -> String,
|
||||
where
|
||||
F: Fn(&str) -> String,
|
||||
{
|
||||
for path in collect_tests(paths) {
|
||||
let actual = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user