We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3c0e41 commit b9936cdCopy full SHA for b9936cd
.github/workflows/test.yml
@@ -5,10 +5,6 @@ on:
5
- master
6
pull_request:
7
8
-# Make sure CI fails on all warnings, including Clippy lints
9
-env:
10
- RUSTFLAGS: "-Dwarnings"
11
-
12
jobs:
13
test:
14
strategy:
Cargo.toml
@@ -59,7 +59,7 @@ redundant_pattern = "warn"
59
redundant_slicing = "warn"
60
redundant_static_lifetimes = "warn"
61
same_item_push = "warn"
62
-#shadow_unrelated = "warn"
+shadow_unrelated = "warn"
63
single_component_path_imports = "warn"
64
suspicious_assignment_formatting = "warn"
65
suspicious_else_formatting = "warn"
0 commit comments