mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-12 21:28:51 +00:00
Reformat
This commit is contained in:
parent
e792ec3eca
commit
3aec74bc5b
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue