Skip to content

Commit

Permalink
Fixed clippy lint
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorKoenders committed Apr 29, 2021
1 parent b4fcae4 commit 252bc67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/command/wifi_mode.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 252bc67

Please sign in to comment.