Skip to content

Create LICENSE-MIT #340

Create LICENSE-MIT

Create LICENSE-MIT #340

Triggered via push October 14, 2024 14:22
Status Success
Total duration 1m 45s
Artifacts

rust.yml

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

Annotations

15 warnings
build (x86_64-apple-darwin)
Unexpected input(s) 'token', valid inputs are ['toolchain', 'args', 'use-cross', 'working-directory']
called `is_some()` after searching an `Iterator` with `find`: src/simulator.rs#L151
warning: called `is_some()` after searching an `Iterator` with `find` --> src/simulator.rs:151:22 | 151 | .find(|node| node.get_id_ports().0 == seq_node_inputs.id) | ______________________^ 152 | | .is_some() | |______________________________^ help: consider using: `any(|node| node.get_id_ports().0 == seq_node_inputs.id)` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#search_is_some = note: `#[warn(clippy::search_is_some)]` on by default
build (x86_64-apple-darwin)
Unexpected input(s) 'token', valid inputs are ['toolchain', 'args', 'use-cross', 'working-directory']
called `is_some()` after searching an `Iterator` with `find`: src/simulator.rs#L151
warning: called `is_some()` after searching an `Iterator` with `find` --> src/simulator.rs:151:22 | 151 | .find(|node| node.get_id_ports().0 == seq_node_inputs.id) | ______________________^ 152 | | .is_some() | |______________________________^ help: consider using: `any(|node| node.get_id_ports().0 == seq_node_inputs.id)` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#search_is_some = note: `#[warn(clippy::search_is_some)]` on by default
doc list item without indentation: src/gui_egui/helper.rs#L148
warning: doc list item without indentation --> src/gui_egui/helper.rs:148:5 | 148 | /// that is the responsibility of the content closure | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation = note: `#[warn(clippy::doc_lazy_continuation)]` on by default help: indent this line | 148 | /// that is the responsibility of the content closure | ++
build (x86_64-unknown-linux-musl)
Unexpected input(s) 'token', valid inputs are ['toolchain', 'args', 'use-cross', 'working-directory']
called `is_some()` after searching an `Iterator` with `find`: src/simulator.rs#L151
warning: called `is_some()` after searching an `Iterator` with `find` --> src/simulator.rs:151:22 | 151 | .find(|node| node.get_id_ports().0 == seq_node_inputs.id) | ______________________^ 152 | | .is_some() | |______________________________^ help: consider using: `any(|node| node.get_id_ports().0 == seq_node_inputs.id)` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#search_is_some = note: `#[warn(clippy::search_is_some)]` on by default
build (x86_64-unknown-linux-musl)
Unexpected input(s) 'token', valid inputs are ['toolchain', 'args', 'use-cross', 'working-directory']
called `is_some()` after searching an `Iterator` with `find`: src/simulator.rs#L151
warning: called `is_some()` after searching an `Iterator` with `find` --> src/simulator.rs:151:22 | 151 | .find(|node| node.get_id_ports().0 == seq_node_inputs.id) | ______________________^ 152 | | .is_some() | |______________________________^ help: consider using: `any(|node| node.get_id_ports().0 == seq_node_inputs.id)` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#search_is_some = note: `#[warn(clippy::search_is_some)]` on by default
doc list item without indentation: src/gui_egui/helper.rs#L148
warning: doc list item without indentation --> src/gui_egui/helper.rs:148:5 | 148 | /// that is the responsibility of the content closure | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation = note: `#[warn(clippy::doc_lazy_continuation)]` on by default help: indent this line | 148 | /// that is the responsibility of the content closure | ++
build (x86_64-pc-windows-gnu)
Unexpected input(s) 'token', valid inputs are ['toolchain', 'args', 'use-cross', 'working-directory']
called `is_some()` after searching an `Iterator` with `find`: src/simulator.rs#L151
warning: called `is_some()` after searching an `Iterator` with `find` --> src/simulator.rs:151:22 | 151 | .find(|node| node.get_id_ports().0 == seq_node_inputs.id) | ______________________^ 152 | | .is_some() | |______________________________^ help: consider using: `any(|node| node.get_id_ports().0 == seq_node_inputs.id)` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#search_is_some = note: `#[warn(clippy::search_is_some)]` on by default
doc list item without indentation: src/gui_egui/helper.rs#L148
warning: doc list item without indentation --> src/gui_egui/helper.rs:148:5 | 148 | /// that is the responsibility of the content closure | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation = note: `#[warn(clippy::doc_lazy_continuation)]` on by default help: indent this line | 148 | /// that is the responsibility of the content closure | ++
build (x86_64-pc-windows-gnu)
Unexpected input(s) 'token', valid inputs are ['toolchain', 'args', 'use-cross', 'working-directory']
called `is_some()` after searching an `Iterator` with `find`: src/simulator.rs#L151
warning: called `is_some()` after searching an `Iterator` with `find` --> src/simulator.rs:151:22 | 151 | .find(|node| node.get_id_ports().0 == seq_node_inputs.id) | ______________________^ 152 | | .is_some() | |______________________________^ help: consider using: `any(|node| node.get_id_ports().0 == seq_node_inputs.id)` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#search_is_some = note: `#[warn(clippy::search_is_some)]` on by default