fix: compiler warning

This commit is contained in:
Amaan Qureshi 2024-11-12 18:16:29 -05:00
parent 15c2957993
commit 015547c526

View file

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