Skip to content

Commit

Permalink
Switch from forbid to deny, false positive is resolved with newer mac…
Browse files Browse the repository at this point in the history
  • Loading branch information
zheylmun committed Mar 21, 2024
1 parent 7e00ad7 commit 46ccfc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#![doc = include_str!(concat!(env!("CARGO_MANIFEST_DIR"), "/README.md"))]
#![forbid(
#![deny(
anonymous_parameters,
illegal_floating_point_literal_pattern,
late_bound_lifetime_arguments,
Expand Down

0 comments on commit 46ccfc4

Please sign in to comment.