tustvold commented on code in PR #3377:
URL: https://github.com/apache/arrow-rs/pull/3377#discussion_r1053618270
##########
arrow-ord/Cargo.toml:
##########
@@ -48,6 +48,9 @@ num = { version = "0.4", default-features = false, features =
["std"] }
[dev-dependencies]
rand = { version = "0.8", default-features = false, features = ["std",
"std_rng"] }
+[package.metadata.docs.rs]
+features = ["dyn_cmp_dict"]
Review Comment:
Tbh I'm not 100% sure, I'm basing this off the top-level crate and erring on
the side of caution as I don't know how to test this 😅
--
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]