Andrew Lamb
|
6f46d097f8
|
chore: revert to Rust 1.51.0
|
2021-05-07 06:04:07 -04:00 |
Carol (Nichols || Goulding)
|
febc1538ff
|
chore: Update Rust version (#1445)
* chore: Update Rust version
* refactor: Make struct constructor field orderings consistent
Sometimes I changed the struct definition, sometimes changed the struct
construction instance, depending on consistency with code around each
(other similar structs, function argument orders, etc)
More info: https://rust-lang.github.io/rust-clippy/master/index.html#inconsistent_struct_constructor
* refactor: Use flatten where appropriate
One instance is a false positive with a clippy bug.
More info:
- https://rust-lang.github.io/rust-clippy/master/index.html#filter_map_identity
- https://rust-lang.github.io/rust-clippy/master/index.html#manual_flatten
* refactor: Use Option map instead of match
More info: https://rust-lang.github.io/rust-clippy/master/index.html#manual_map
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
|
2021-05-06 22:07:10 +00:00 |
Raphael Taylor-Davies
|
79e6963d9b
|
fix: specify stable version (#1267)
|
2021-04-20 19:29:14 +00:00 |
Edd Robinson
|
c66a22f1a2
|
chore: move onto stable Rust 🥃
|
2021-04-20 17:30:50 +00:00 |
Marco Neumann
|
fd0da7e74a
|
chore: upgrade arrow and Rust
See https://github.com/apache/arrow/pull/10082 for upstream PR.
|
2021-04-19 14:00:04 +02:00 |
Andrew Lamb
|
3a9ee88f00
|
chore: update to latest version of arrow + update code (#486)
* chore: update to latest version of arrow + update code
* chore: Update rust toolchain to match arrow
* fix: clippy
|
2020-11-25 14:46:35 -05:00 |
Andrew Lamb
|
831a0875d6
|
chore: update to latest arrow + Rust nightly-2020-11-14 (#454)
* chore: update to latest arrow + Rust nightly-2020-11-14
* chore: update ci
* fix: update for clippy lints
* fix: Allow redundant_field_names in generated types crate
* fix: clippy about try_for_each
* fix: clippy uneeded-collect
* fix: clippy about default values
* fix: clippy mathces --> matches!
* fix: clippy sort --> sort_by_key
* fix: clippy about default values again
|
2020-11-16 11:48:42 -05:00 |
Andrew Lamb
|
2200def8ea
|
feat: Use rust nightly (#123)
|
2020-06-05 17:45:44 -04:00 |