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 6eeb009 + f0de501 commit 7ea39cbCopy full SHA for 7ea39cb
.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