Skip to content

Commit

Permalink
(fix) allow upper_case_acronyms
Browse files Browse the repository at this point in the history
  • Loading branch information
sunng87 committed Mar 26, 2021
1 parent de39b97 commit dda5576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Expand Up @@ -358,7 +358,7 @@
//!
//!

#![allow(dead_code)]
#![allow(dead_code, clippy::upper_case_acronyms)]
#![warn(rust_2018_idioms)]
#![recursion_limit = "200"]

Expand Down

0 comments on commit dda5576

Please sign in to comment.