Skip to content

Commit 8a4067e

Browse files
committed
Allow the unused_braces lint which is too eager
See rust-lang/rust#70717
1 parent eb60320 commit 8a4067e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.cirrus.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
env:
2-
RUSTFLAGS: -D warnings
3-
RUSTDOCFLAGS: -D warnings
2+
# unused-braces is due to https://github.com/rust-lang/rust/issues/70717
3+
RUSTFLAGS: -D warnings -Aunused-braces
4+
RUSTDOCFLAGS: -D warnings -Aunused-braces
45

56
stable_test_task:
67
name: "Rust Stable"

0 commit comments

Comments
 (0)