alamb commented on a change in pull request #1266:
URL: https://github.com/apache/arrow-rs/pull/1266#discussion_r798895512



##########
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

Review comment:
       ```suggestion
             cargo doc --document-private-items --no-deps --workspace 
--all-features
   ```




-- 
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]


Reply via email to