1

Allow cfg_attr

This commit is contained in:
Evan Pratten 2023-07-21 09:42:07 -04:00
parent 5ac4bf6466
commit 9f4dc5a42f

View File

@ -2,6 +2,8 @@
//!
//! *Note: There is a fair chance you are looking for `src/cli/main.rs` instead of this file.*
#[warn(clippy::deprecated_cfg_attr)]
pub mod nat;
mod packet;
pub mod metrics;