mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
Sate clippy
This commit is contained in:
parent
f28ca65ac5
commit
2fa55269f1
1 changed files with 1 additions and 1 deletions
|
@ -2644,7 +2644,7 @@ fn parse_header<'a>(
|
||||||
} else {
|
} else {
|
||||||
Err(LoadingProblem::FileProblem {
|
Err(LoadingProblem::FileProblem {
|
||||||
filename: pkg_config_roc,
|
filename: pkg_config_roc,
|
||||||
error: io::ErrorKind::NotFound.into(),
|
error: io::ErrorKind::NotFound,
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue