summaryrefslogtreecommitdiffstats
path: root/bacon.toml
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2024-08-04 08:10:44 +0200
committerCanop <cano.petrole@gmail.com>2024-08-04 08:10:44 +0200
commit7b2663b1c7cb70ca32def99a00b5fd5618840698 (patch)
tree92922f638a4ddbbe37dc08e3b7b455669135b9de /bacon.toml
parentb197512f8a97009971909152d35677551fe8cba9 (diff)
version 1.41.0v1.41.0
Diffstat (limited to 'bacon.toml')
-rw-r--r--bacon.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/bacon.toml b/bacon.toml
index 7105efb..1aaa5fd 100644
--- a/bacon.toml
+++ b/bacon.toml
@@ -46,6 +46,7 @@ command = [
"-A", "clippy::needless_range_loop",
"-A", "clippy::neg_multiply",
"-A", "clippy::vec_init_then_push",
+ "-W", "clippy::explicit_iter_loop",
]
need_stdout = false