diff --git a/codex-rs/linux-sandbox/tests/suite/landlock.rs b/codex-rs/linux-sandbox/tests/suite/landlock.rs index 8a6eac6c12..8e2f5ef41e 100644 --- a/codex-rs/linux-sandbox/tests/suite/landlock.rs +++ b/codex-rs/linux-sandbox/tests/suite/landlock.rs @@ -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],