Skip to content

Commit 159b387

Browse files
committed
Allow clippy upper_case_acronyms warnings
1 parent c68c36c commit 159b387

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)