mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-24 06:55:15 +00:00
clippy
This commit is contained in:
parent
c10ddf8594
commit
d9c651898b
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ fn find_zig_str_path() -> PathBuf {
|
|||
.and_then(|path| Some(path.parent()?.join("lib").join("str.zig")));
|
||||
if let Some(exe_relative_str_path) = exe_relative_str_path {
|
||||
if std::path::Path::exists(&exe_relative_str_path) {
|
||||
return exe_relative_str_path.into();
|
||||
return exe_relative_str_path;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue