You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Checking out the repo locally, I can reproduce this with cargo doc --open, whereas with cargo doc --all-features --open I am able to see the async docs. I'm not sure exactly how docs are published, but presumably this process just needs to add --all-features?
Describe the bug
As of today, the published docs at https://docs.rs/parquet/latest/parquet/ have a missing link to
arrow::async_reader
:Checking out the repo locally, I can reproduce this with
cargo doc --open
, whereas withcargo doc --all-features --open
I am able to see the async docs. I'm not sure exactly how docs are published, but presumably this process just needs to add--all-features
?To Reproduce
The text was updated successfully, but these errors were encountered: