Skip to content

Commit 6fb6733

Browse files
committed
Switch from forbid to deny, false positive is resolved with newer machinery
rust-lang/rust#81670
1 parent 9b229fb commit 6fb6733

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#![doc = include_str!(concat!(env!("CARGO_MANIFEST_DIR"), "/README.md"))]
2-
#![forbid(
2+
#![deny(
33
anonymous_parameters,
44
illegal_floating_point_literal_pattern,
55
late_bound_lifetime_arguments,

0 commit comments

Comments
 (0)