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 77ad0bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ doc_test_task:
version_information_script:
- rustc +nightly --version
docs_script:
- cargo +nightly doc
# unused-braces is due to https://github.com/rust-lang/rust/issues/70717
- RUSTFLAGS='-D warnings -A unused-braces' RUSTDOCFLAGS=$RUSTFLAGS cargo +nightly doc
backtraces_docs_script:
- cargo +nightly doc --features=backtraces
backtraces_impl_backtrace_crate_docs_script:
Expand Down

0 comments on commit 77ad0bd

Please sign in to comment.