Keep CA helper stage within review limit

This commit is contained in:
Winston Howes
2026-06-16 14:57:10 -07:00
parent 1100b98f5b
commit bf6697fab0

View File

@@ -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;