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 4, 2020
1 parent eb60320 commit 8a4067e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
env:
RUSTFLAGS: -D warnings
RUSTDOCFLAGS: -D warnings
# unused-braces is due to https://github.com/rust-lang/rust/issues/70717
RUSTFLAGS: -D warnings -Aunused-braces
RUSTDOCFLAGS: -D warnings -Aunused-braces

stable_test_task:
name: "Rust Stable"
Expand Down

0 comments on commit 8a4067e

Please sign in to comment.