We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97a7aff commit 29840b2Copy full SHA for 29840b2
src/lib.rs
@@ -37,6 +37,7 @@
37
// #![warn(missing_docs, missing_doc_code_examples, unreachable_pub)]
38
#![forbid(unsafe_code)]
39
#![deny(
40
+ future_incompatible,
41
missing_debug_implementations,
42
nonstandard_style,
43
missing_docs,
0 commit comments