fix: compiler warning
This commit is contained in:
parent
15c2957993
commit
015547c526
1 changed files with 1 additions and 1 deletions
|
|
@ -853,7 +853,7 @@ impl Loader {
|
|||
format!("Failed to execute the C compiler with the following command:\n{command:?}")
|
||||
})?;
|
||||
|
||||
lock_file.unlock()?;
|
||||
FileExt::unlock(lock_file)?;
|
||||
fs::remove_file(lock_path)?;
|
||||
|
||||
if output.status.success() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue