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 f8f8525 commit 704194eCopy full SHA for 704194e
eng/scripts/code_style.sh
@@ -13,7 +13,7 @@ rustup component add rustfmt --toolchain ${BUILD}
13
cargo +${BUILD} install cargo-readme
14
cargo +${BUILD} fmt --all -- --check
15
cargo +${BUILD} clippy --all
16
-cargo +${BUILD} doc --all --no-deps --all-features
+cargo +${BUILD} doc --all --no-deps
17
./eng/scripts/check_json_format.sh
18
./eng/scripts/cargo_readme.sh
19
if git status sdk | grep -q '.md$'; then
0 commit comments