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 84d9813 commit 9220dc0Copy full SHA for 9220dc0
.github/workflows/ci.yaml
@@ -5,6 +5,7 @@ on: [ push, pull_request ]
5
env:
6
CARGO_TERM_COLOR: 'always'
7
CARGO_TERM_VERBOSE: 'true'
8
+ RUSTFLAGS: '--deny warnings'
9
RUSTDOCFLAGS: '-Dwarnings'
10
11
jobs:
0 commit comments