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 e431001 commit 0717a3fCopy full SHA for 0717a3f
.github/workflows/ci.yaml
@@ -9,6 +9,10 @@ on:
9
10
name: CI
11
12
+env:
13
+ RUSTDOCFLAGS: -Dwarnings
14
+ RUSTFLAGS: -Dwarnings
15
+
16
jobs:
17
msrv:
18
runs-on: ubuntu-latest
@@ -76,16 +80,14 @@ jobs:
76
80
steps:
77
81
- uses: actions/checkout@v5
78
82
- uses: Swatinem/rust-cache@v2
79
- - run: cargo clippy -- -D warnings
83
+ - run: cargo clippy
84
85
doc:
86
87
88
89
90
- run: cargo doc
- env:
- RUSTDOCFLAGS: -Dwarnings
91
92
cargo-deny:
93
0 commit comments