diff --git a/src/dynamic/build_pool/rust.rs b/src/dynamic/build_pool/rust.rs index ea7b4592..9b7e78d2 100644 --- a/src/dynamic/build_pool/rust.rs +++ b/src/dynamic/build_pool/rust.rs @@ -214,10 +214,7 @@ impl TargetDirLock { Err(_) => { // Cannot create the lockfile (perms / race on dir) — proceed // unlocked rather than fail the build outright. - return Self { - path, - owned: false, - }; + return Self { path, owned: false }; } } }