Skip to content

Commit d8c8a40

Browse files
devin-ai-integration[bot]Jayant Krishnamurthy
andcommitted
fix: Change lint attributes from warn to deny to match CI configuration
Co-Authored-By: Jayant Krishnamurthy <[email protected]>
1 parent dacbb86 commit d8c8a40

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/fortuna/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#![cfg_attr(
22
not(test),
3-
warn(
3+
deny(
44
clippy::expect_used,
55
clippy::indexing_slicing,
66
clippy::panic,

apps/fortuna/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#![allow(clippy::just_underscores_and_digits)]
22
#![cfg_attr(
33
not(test),
4-
warn(
4+
deny(
55
clippy::expect_used,
66
clippy::indexing_slicing,
77
clippy::panic,

0 commit comments

Comments
 (0)