Skip to content

shardtree: Pin dashmap < 5.5.0 in dev-dependencies to keep MSRV #344

shardtree: Pin dashmap < 5.5.0 in dev-dependencies to keep MSRV

shardtree: Pin dashmap < 5.5.0 in dev-dependencies to keep MSRV #344

Triggered via push July 14, 2023 01:37
Status Success
Total duration 20m 33s
Artifacts

ci.yml

on: push
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

2 errors
passing a unit value to a function: shardtree/src/caching.rs#L52
error: passing a unit value to a function --> shardtree/src/caching.rs:52:13 | 52 | / Ok(cache 53 | | .add_checkpoint(checkpoint_id.clone(), checkpoint.clone()) 54 | | .unwrap()) | |__________________________^ | = note: `-D clippy::unit-arg` implied by `-D warnings` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unit_arg help: move the expression in front of the call and replace it with the unit literal `()` | 52 ~ cache 53 + .add_checkpoint(checkpoint_id.clone(), checkpoint.clone()) 54 + .unwrap(); 55 + Ok(()) |
passing a unit value to a function: shardtree/src/caching.rs#L52
error: passing a unit value to a function --> shardtree/src/caching.rs:52:13 | 52 | / Ok(cache 53 | | .add_checkpoint(checkpoint_id.clone(), checkpoint.clone()) 54 | | .unwrap()) | |__________________________^ | = note: `-D clippy::unit-arg` implied by `-D warnings` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unit_arg help: move the expression in front of the call and replace it with the unit literal `()` | 52 ~ cache 53 + .add_checkpoint(checkpoint_id.clone(), checkpoint.clone()) 54 + .unwrap(); 55 + Ok(()) |