diff --git a/codex-rs/network-proxy/src/lib.rs b/codex-rs/network-proxy/src/lib.rs index 229ccb81b6..2aded28034 100644 --- a/codex-rs/network-proxy/src/lib.rs +++ b/codex-rs/network-proxy/src/lib.rs @@ -1,9 +1,7 @@ #![deny(clippy::print_stdout, clippy::print_stderr)] +#![allow(dead_code)] -// These helpers are wired into command launches by the next layer of the MITM stack. -#[allow(dead_code)] mod certs; -#[allow(dead_code)] mod child_ca; mod config; mod connect_policy;