Skip to content

expose collect_block buffer size (#2326) #3397

expose collect_block buffer size (#2326)

expose collect_block buffer size (#2326) #3397

Triggered via push March 15, 2024 07:02
Status Success
Total duration 33m 57s
Artifacts

coverage.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
this `.into_iter()` call is equivalent to `.iter_mut()` and will not consume the `slice`: columnar/src/column_values/mod.rs#L105
warning: this `.into_iter()` call is equivalent to `.iter_mut()` and will not consume the `slice` --> columnar/src/column_values/mod.rs:105:14 | 105 | .into_iter() | ^^^^^^^^^ help: call directly: `iter_mut` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#into_iter_on_ref
this `.into_iter()` call is equivalent to `.iter_mut()` and will not consume the `slice`: columnar/src/column_values/mod.rs#L78
warning: this `.into_iter()` call is equivalent to `.iter_mut()` and will not consume the `slice` --> columnar/src/column_values/mod.rs:78:14 | 78 | .into_iter() | ^^^^^^^^^ help: call directly: `iter_mut` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#into_iter_on_ref = note: `#[warn(clippy::into_iter_on_ref)]` on by default
coverage
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.