X-Git-Url: https://code.octet-stream.net/m17rt/blobdiff_plain/eca97054b9edb6258d1392240d12b0772a10f20d..bc6fb90d7053082e7aaf261f4da8905c49e9fe01:/m17core/src/tnc.rs diff --git a/m17core/src/tnc.rs b/m17core/src/tnc.rs index a74499b..a64f367 100644 --- a/m17core/src/tnc.rs +++ b/m17core/src/tnc.rs @@ -502,6 +502,7 @@ struct OutgoingKiss { sent: usize, } +#[allow(clippy::large_enum_variant)] enum State { /// Nothing happening. We may have TX data queued but we won't act on it until CSMA opens up. Idle,