We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb60320 commit 77ad0bdCopy full SHA for 77ad0bd
.cirrus.yml
@@ -42,7 +42,8 @@ doc_test_task:
42
version_information_script:
43
- rustc +nightly --version
44
docs_script:
45
- - cargo +nightly doc
+ # unused-braces is due to https://github.com/rust-lang/rust/issues/70717
46
+ - RUSTFLAGS='-D warnings -A unused-braces' RUSTDOCFLAGS=$RUSTFLAGS cargo +nightly doc
47
backtraces_docs_script:
48
- cargo +nightly doc --features=backtraces
49
backtraces_impl_backtrace_crate_docs_script:
0 commit comments