We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ca1dc6 commit 9f8167fCopy full SHA for 9f8167f
src/lib.rs
@@ -1,5 +1,6 @@
1
#![deny(missing_docs)]
2
#![deny(missing_debug_implementations)]
3
+#![allow(unexpected_cfgs)]
4
#![cfg_attr(test, deny(rust_2018_idioms))]
5
#![cfg_attr(all(test, feature = "full"), deny(unreachable_pub))]
6
#![cfg_attr(all(test, feature = "full"), deny(warnings))]
0 commit comments