mirror of
https://github.com/openai/codex.git
synced 2026-09-14 11:57:03 +00:00
fix(linux-sandbox): remove stale lint expectation
This commit is contained in:
@@ -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],
|
||||
|
||||
Reference in New Issue
Block a user