Skip to content

Commit

Permalink
style: allow clippy::needless_continue
Browse files Browse the repository at this point in the history
  • Loading branch information
Nugine committed Jan 12, 2025
1 parent 3ea20d4 commit 46a6e0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/s3s/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
clippy::wildcard_imports,
clippy::let_underscore_untyped,
clippy::inline_always,
clippy::needless_continue,
)]
#![allow(clippy::needless_return)]

Expand Down

0 comments on commit 46a6e0a

Please sign in to comment.