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.
1 parent 9b229fb commit 6fb6733Copy full SHA for 6fb6733
src/lib.rs
@@ -1,5 +1,5 @@
1
#![doc = include_str!(concat!(env!("CARGO_MANIFEST_DIR"), "/README.md"))]
2
-#![forbid(
+#![deny(
3
anonymous_parameters,
4
illegal_floating_point_literal_pattern,
5
late_bound_lifetime_arguments,
0 commit comments