Merge pull request #1449 from influxdata/alamb/downgrade-rust

chore: revert to Rust 1.51.0
pull/24376/head
kodiakhq[bot] 2021-05-07 10:37:06 +00:00 committed by GitHub
commit 2e5a9bf18e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -459,7 +459,6 @@ impl BlockData {
/// overwrites previous values. Therefore, in order to have "last write
/// wins" semantics it is important that the provided vector of blocks
/// is ordered by the wall-clock time the blocks were created.
#[allow(clippy::manual_flatten)] // https://github.com/rust-lang/rust-clippy/issues/6784
pub fn merge(mut blocks: Vec<Self>) -> Self {
if blocks.is_empty() {
panic!("merge called with zero blocks");

View File

@ -1 +1 @@
1.52.0
1.51.0