summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2024-03-17 15:33:07 +0100
committerCanop <cano.petrole@gmail.com>2024-03-17 15:33:07 +0100
commit857e313d5302c4b8c45db9e0cb1ca4d5bf652ad1 (patch)
treedb59353653d505c5c76c64321b9b4bfd1ca4237b
parentce4780be46de09eed11ae2b7d1bc20ae79de5929 (diff)
nothing
-rw-r--r--bacon.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/bacon.toml b/bacon.toml
index ee3901e..7f70310 100644
--- a/bacon.toml
+++ b/bacon.toml
@@ -35,16 +35,16 @@ command = [
"-A", "clippy::collapsible_else_if",
"-A", "clippy::collapsible_if",
"-A", "clippy::derive_partial_eq_without_eq",
+ "-A", "clippy::if_same_then_else",
"-A", "clippy::len_without_is_empty",
+ "-A", "clippy::manual_clamp",
"-A", "clippy::manual_range_contains",
"-A", "clippy::manual_unwrap_or",
"-A", "clippy::match_like_matches_macro",
"-A", "clippy::module_inception",
+ "-A", "clippy::needless_bool",
"-A", "clippy::neg_multiply",
"-A", "clippy::vec_init_then_push",
- "-A", "clippy::if_same_then_else",
- "-A", "clippy::manual_clamp",
- "-A", "clippy::needless_bool",
]
need_stdout = false