Skip to content

Commit

Permalink
lint: warn panics, expects and unwraps
Browse files Browse the repository at this point in the history
  • Loading branch information
mayconamaroCW committed Jul 25, 2024
1 parent bb21e3a commit 1274c8e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -189,9 +189,12 @@ raft = []
clone_on_ref_ptr = "warn"
cloned_instead_of_copied = "warn"
disallowed_names = "warn"
expect_used = "warn"
manual_let_else = "warn"
panic = "warn"
semicolon_if_nothing_returned = "warn"
unused_async = "warn"
unused_self = "warn"
unwrap_used = "warn"
used_underscore_binding = "warn"
wildcard_imports = "warn"

0 comments on commit 1274c8e

Please sign in to comment.