fix: compiler warning

(cherry picked from commit 015547c526)
This commit is contained in:
Amaan Qureshi 2024-11-12 18:16:29 -05:00
parent 4e870b9207
commit bc4186776a

View file

@ -846,7 +846,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() {