Commit e3b6942
authored
ci(rust): suppress unused features error for unstable
It seems that the latest nightly toolchain has tightened detection of
unused features.
Currently, unstable `non_exhaustive_omitted_patterns` is only used in
`adbc_ffi` (#3245), so it seems necessary `allow(unused_features)` for
the other workspace members.
This change fixes the Rust CI failure seen in recent PRs.non_exhaustive_omitted_patterns_lint only used in arrow_ffi (#4055)1 parent 28abfdf commit e3b6942
1 file changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
175 | | - | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
176 | 182 | | |
177 | 183 | | |
178 | 184 | | |
| |||
0 commit comments