File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -11,16 +11,10 @@ matrix:
11
11
- name : cargo test
12
12
os : linux
13
13
14
- - name : cargo rustc -- -D warnings
14
+ - name : Deny warnings
15
15
rust : nightly
16
16
script :
17
- - cargo rustc --manifest-path futures/Cargo.toml -- -Dwarnings
18
- - cargo rustc --manifest-path futures-core/Cargo.toml -- -Dwarnings
19
- - cargo rustc --manifest-path futures-channel/Cargo.toml -- -Dwarnings
20
- - cargo rustc --manifest-path futures-executor/Cargo.toml -- -Dwarnings
21
- - cargo rustc --manifest-path futures-io/Cargo.toml -- -Dwarnings
22
- - cargo rustc --manifest-path futures-sink/Cargo.toml -- -Dwarnings
23
- - cargo rustc --manifest-path futures-util/Cargo.toml -- -Dwarnings
17
+ - RUSTFLAGS=-Dwarnings cargo check
24
18
25
19
- name : cargo bench
26
20
rust : nightly
You can’t perform that action at this time.
0 commit comments