Skip to content

Commit

Permalink
Used deny when warn would be better
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexx Roche committed Aug 26, 2024
1 parent 856a560 commit 49df969
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ codegen-units = 1 # Optimize for single codegen unit (better performance)
panic = 'abort' # Abort on panic (smaller binary size)

[lints.clippy]
unwrap_used = "deny"
unwrap_used = "warn"
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
|------------------------------------------------------------------------------|
//! Exposes the modules that are needed by the client, server and commander
/// persists the blocked list of deadlines
Expand Down

0 comments on commit 49df969

Please sign in to comment.