We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fc9310 commit e679f3bCopy full SHA for e679f3b
.travis.yml
@@ -145,7 +145,8 @@ matrix:
145
- name: cargo doc
146
rust: nightly
147
script:
148
- - RUSTDOCFLAGS=-Dwarnings cargo doc --workspace --no-deps --all-features
+ # TODO: Remove -Aunused_braces once https://github.com/rust-lang/rust/issues/70814 is fixed
149
+ - RUSTDOCFLAGS="-Dwarnings -Aunused_braces" cargo doc --workspace --no-deps --all-features
150
151
152
- cargo test --workspace --all-features
0 commit comments