From 3830ce989a4f9ae25eaf82c8f3f261bbe8e41e33 Mon Sep 17 00:00:00 2001 From: viyatb-oai Date: Sat, 7 Mar 2026 22:43:45 -0800 Subject: [PATCH] fix(linux-sandbox): remove stale lint expectation --- codex-rs/linux-sandbox/tests/suite/landlock.rs | 1 - 1 file changed, 1 deletion(-) 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],