Skip to content

Commit 2167e77

Browse files
authored
Merge pull request #202 from Piroro-hs/clippy-uca
Allow clippy upper_case_acronyms warnings
2 parents c68c36c + 159b387 commit 2167e77

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
*/
4444
#![no_std]
4545
#![allow(non_camel_case_types)]
46+
#![allow(clippy::upper_case_acronyms)]
4647
#![warn(missing_docs)]
4748
#![deny(macro_use_extern_crate)]
4849

0 commit comments

Comments
 (0)