Skip to content

Commit 704194e

Browse files
authored
don't generate docs with all features (#1502)
1 parent f8f8525 commit 704194e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/scripts/code_style.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ rustup component add rustfmt --toolchain ${BUILD}
1313
cargo +${BUILD} install cargo-readme
1414
cargo +${BUILD} fmt --all -- --check
1515
cargo +${BUILD} clippy --all
16-
cargo +${BUILD} doc --all --no-deps --all-features
16+
cargo +${BUILD} doc --all --no-deps
1717
./eng/scripts/check_json_format.sh
1818
./eng/scripts/cargo_readme.sh
1919
if git status sdk | grep -q '.md$'; then

0 commit comments

Comments
 (0)