fix(linux-sandbox): remove stale lint expectation

This commit is contained in:
viyatb-oai
2026-03-07 22:43:45 -08:00
parent c978612cbc
commit 3830ce989a

View File

@@ -68,7 +68,6 @@ async fn run_cmd_output(
.expect("sandboxed command should execute")
}
#[expect(clippy::expect_used)]
async fn run_cmd_result_with_writable_roots(
cmd: &[&str],
writable_roots: &[PathBuf],