test #1171
Annotations
3 errors and 1 warning
|
licensing
Process completed with exit code 1.
|
|
cargo clippy
Error: Clippy has exited with exit code 101
|
|
this `.into_iter()` call is equivalent to `.iter()` and will not consume the `slice`:
rust/src/flowgraph/node.rs#L123
error: this `.into_iter()` call is equivalent to `.iter()` and will not consume the `slice`
--> rust/src/flowgraph/node.rs:123:51
|
123 | let mut points_raw: Vec<BNPoint> = points.into_iter().map(|p| (*p).into()).collect();
| ^^^^^^^^^ help: call directly: `iter`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.91.0/index.html#into_iter_on_ref
= note: `-D clippy::into-iter-on-ref` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::into_iter_on_ref)]`
|
|
licensing
New version for cargo-about available: 0.8.4
|