Skip to content

Commit

Permalink
don't generate docs with all features (#1502)
Browse files Browse the repository at this point in the history
  • Loading branch information
demoray committed Dec 6, 2023
1 parent f8f8525 commit 704194e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/scripts/code_style.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ rustup component add rustfmt --toolchain ${BUILD}
cargo +${BUILD} install cargo-readme
cargo +${BUILD} fmt --all -- --check
cargo +${BUILD} clippy --all
cargo +${BUILD} doc --all --no-deps --all-features
cargo +${BUILD} doc --all --no-deps
./eng/scripts/check_json_format.sh
./eng/scripts/cargo_readme.sh
if git status sdk | grep -q '.md$'; then
Expand Down

0 comments on commit 704194e

Please sign in to comment.