Skip to content

[Rust] Add FlowGraphLayout and the accompanying APIs #1181

[Rust] Add FlowGraphLayout and the accompanying APIs

[Rust] Add FlowGraphLayout and the accompanying APIs #1181

Triggered via pull request December 30, 2025 16:31
Status Failure
Total duration 46s
Artifacts

rust.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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#L130
error: this `.into_iter()` call is equivalent to `.iter()` and will not consume the `slice` --> rust/src/flowgraph/node.rs:130:51 | 130 | 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