Commits


Neville Dipale authored and Jorge C. Leitao committed 7a1ef180609
ARROW-10269: [Rust] Update to 2020-11-14 nightly This takes us from 2020-04-22 to 2020-11-14. There have been a lot of clippy lints introduced since April, and an incompleteness feature warning about specialization (which causes CI to fail). I have allowed almost all clippy lints in datafusion, as we have >150 warnings there. I have made changes to fix arrow and parquet lints where I perceive them not to affect open PRs. Closes #8666 from nevi-me/ARROW-10269 Authored-by: Neville Dipale <nevilledips@gmail.com> Signed-off-by: Jorge C. Leitao <jorgecarleitao@gmail.com>