alamb commented on a change in pull request #1266:
URL: https://github.com/apache/arrow-rs/pull/1266#discussion_r798897841
##########
File path: .github/workflows/rust.yml
##########
@@ -247,6 +247,12 @@ jobs:
export CARGO_HOME="/github/home/.cargo"
export CARGO_TARGET_DIR="/github/home/target"
cargo clippy --features test_common --features prettyprint
--features=async --all-targets --workspace -- -D warnings -A
clippy::redundant_field_names
+ - name: Run cargo doc
+ run: |
+ export CARGO_HOME="/github/home/.cargo"
+ export CARGO_TARGET_DIR="/github/home/target"
+ export RUSTDOCFLAGS="-Dwarnings"
+ cargo doc --document-private-items --no-deps --workspace
--all-features
Review comment:
This fails as the simd feature requires nightly. Will move to a job that
runs on nightly
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]