Skip to content

Support Hypercore LTS Version 10 #1

Support Hypercore LTS Version 10

Support Hypercore LTS Version 10 #1

Triggered via pull request October 4, 2023 11:31
@ttiuranittiurani
opened #138
v10
Status Success
Total duration 17m 37s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
useless conversion to the same type: `std::vec::Drain<'_, common::store::StoreInfo>`: src/oplog/mod.rs#L267
warning: useless conversion to the same type: `std::vec::Drain<'_, common::store::StoreInfo>` --> src/oplog/mod.rs:267:17 | 267 | infos_to_flush.into_vec().drain(0..1).into_iter().collect(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `.into_iter()`: `infos_to_flush.into_vec().drain(0..1)` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion = note: `#[warn(clippy::useless_conversion)]` on by default
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/