Skip to content

Commit

Permalink
Allow the unused_braces lint which is too eager
Browse files Browse the repository at this point in the history
  • Loading branch information
shepmaster committed Apr 5, 2020
1 parent eb60320 commit 1564d5f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ stable_test_task:

doc_test_task:
name: "Docs"
env:
# unused-braces is due to https://github.com/rust-lang/rust/issues/70717
RUSTFLAGS: "-D warnings -A unused-braces"
RUSTDOCFLAGS: "${RUSTFLAGS}"
container:
image: rustlang/rust:nightly
cpu: 1
Expand Down

0 comments on commit 1564d5f

Please sign in to comment.