andygrove commented on a change in pull request #8815:
URL: https://github.com/apache/arrow/pull/8815#discussion_r533821974
##########
File path: rust/datafusion/src/lib.rs
##########
@@ -52,6 +52,7 @@
clippy::useless_format,
clippy::zero_prefixed_literal
)]
+#![feature(box_patterns)]
Review comment:
Box patterns are unstable and only available in nightly Rust, which we
are trying to move away from, so we should add not add this feature.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]