From 252bc67daaef9b0103f0f8fb184acec9063f9fce Mon Sep 17 00:00:00 2001 From: Trangar Date: Thu, 29 Apr 2021 10:14:50 +0200 Subject: [PATCH] Fixed clippy lint --- src/command/wifi_mode.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/command/wifi_mode.rs b/src/command/wifi_mode.rs index fdc0c8b..2c55e40 100644 --- a/src/command/wifi_mode.rs +++ b/src/command/wifi_mode.rs @@ -168,7 +168,7 @@ pub struct AccessPoint { } #[derive(Debug, Eq, PartialEq, Hash, Copy, Clone)] -#[allow(non_camel_case_types)] +#[allow(non_camel_case_types, clippy::upper_case_acronyms)] pub enum ECN { Open, WEP,