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.
2 parents bca021e + f0de501 commit 2e85d8cCopy full SHA for 2e85d8c
.buildkite/test_description.json
@@ -21,6 +21,10 @@
21
"test_name": "style",
22
"command": "cargo fmt --all -- --check --config format_code_in_doc_comments=true"
23
},
24
+ {
25
+ "test_name": "doc",
26
+ "command": "RUSTDOCFLAGS=\"-D warnings\" cargo doc --workspace --all-features --no-deps"
27
+ },
28
{
29
"test_name": "unittests-gnu",
30
"command": "cargo test --all-features --workspace",
0 commit comments