cda-group / arc

Programming Language for Continuous Deep Analytics
https://cda-group.github.io/arc/
44 stars 6 forks source link

Allow master to be latest released nightly Rust #237

Closed frej closed 3 years ago

frej commented 3 years ago

The only thing that stops master from being compiled with the latest released nightly version of Rust is the use of the experimental or_patterns feature.

This patch enables or_patterns and disables the deprecated unstable_features lint for the relevant crate.