mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +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 {
|
||||
Err(LoadingProblem::FileProblem {
|
||||
filename: pkg_config_roc,
|
||||
error: io::ErrorKind::NotFound.into(),
|
||||
error: io::ErrorKind::NotFound,
|
||||
})
|
||||
}
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue