We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c68c36c + 159b387 commit 2167e77Copy full SHA for 2167e77
src/lib.rs
@@ -43,6 +43,7 @@
43
*/
44
#![no_std]
45
#![allow(non_camel_case_types)]
46
+#![allow(clippy::upper_case_acronyms)]
47
#![warn(missing_docs)]
48
#![deny(macro_use_extern_crate)]
49
0 commit comments