Skip to content

Commit 015547c

Browse files
committed
fix: compiler warning
1 parent 15c2957 commit 015547c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/loader/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -853,7 +853,7 @@ impl Loader {
853853
format!("Failed to execute the C compiler with the following command:\n{command:?}")
854854
})?;
855855

856-
lock_file.unlock()?;
856+
FileExt::unlock(lock_file)?;
857857
fs::remove_file(lock_path)?;
858858

859859
if output.status.success() {

0 commit comments

Comments
 (0)