mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-13 05:38:46 +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)
|
pub fn dir_tests<F>(paths: &[&str], f: F)
|
||||||
where
|
where
|
||||||
F: Fn(&str) -> String,
|
F: Fn(&str) -> String,
|
||||||
{
|
{
|
||||||
for path in collect_tests(paths) {
|
for path in collect_tests(paths) {
|
||||||
let actual = {
|
let actual = {
|
||||||
|
|
Loading…
Reference in a new issue