Skip to content

2025 people

2025 people #350

Triggered via push January 9, 2025 01:01
Status Success
Total duration 34s
Artifacts

ci.yaml

on: push
Build & Test Project
24s
Build & Test Project
Spell Check with Typos
7s
Spell Check with Typos
Fit to window
Zoom out
Zoom in

Annotations

9 warnings
Spell Check with Typos
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build & Test Project
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
[clippy] blsforme/src/manager.rs#L63: blsforme/src/manager.rs#L63
warning: this `map_or` is redundant --> blsforme/src/manager.rs:63:33 | 63 | .filter(|d| d.path().extension().map_or(false, |e| e == "cmdline")) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use is_some_and instead: `d.path().extension().is_some_and(|e| e == "cmdline")` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_map_or = note: `#[warn(clippy::unnecessary_map_or)]` on by default
[clippy] blsforme/src/manager.rs#L63: blsforme/src/manager.rs#L63
warning: this `map_or` is redundant --> blsforme/src/manager.rs:63:33 | 63 | .filter(|d| d.path().extension().map_or(false, |e| e == "cmdline")) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use is_some_and instead: `d.path().extension().is_some_and(|e| e == "cmdline")` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_map_or = note: `#[warn(clippy::unnecessary_map_or)]` on by default
[clippy] blsforme/src/manager.rs#L63: blsforme/src/manager.rs#L63
warning: this `map_or` is redundant --> blsforme/src/manager.rs:63:33 | 63 | .filter(|d| d.path().extension().map_or(false, |e| e == "cmdline")) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use is_some_and instead: `d.path().extension().is_some_and(|e| e == "cmdline")` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_map_or = note: `#[warn(clippy::unnecessary_map_or)]` on by default
[clippy] blsforme/src/manager.rs#L63: blsforme/src/manager.rs#L63
warning: this `map_or` is redundant --> blsforme/src/manager.rs:63:33 | 63 | .filter(|d| d.path().extension().map_or(false, |e| e == "cmdline")) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use is_some_and instead: `d.path().extension().is_some_and(|e| e == "cmdline")` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_map_or = note: `#[warn(clippy::unnecessary_map_or)]` on by default
[clippy] blsforme/src/manager.rs#L63: blsforme/src/manager.rs#L63
warning: this `map_or` is redundant --> blsforme/src/manager.rs:63:33 | 63 | .filter(|d| d.path().extension().map_or(false, |e| e == "cmdline")) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use is_some_and instead: `d.path().extension().is_some_and(|e| e == "cmdline")` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_map_or = note: `#[warn(clippy::unnecessary_map_or)]` on by default
[clippy] blsforme/src/manager.rs#L63: blsforme/src/manager.rs#L63
warning: this `map_or` is redundant --> blsforme/src/manager.rs:63:33 | 63 | .filter(|d| d.path().extension().map_or(false, |e| e == "cmdline")) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use is_some_and instead: `d.path().extension().is_some_and(|e| e == "cmdline")` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_map_or = note: `#[warn(clippy::unnecessary_map_or)]` on by default
[clippy] blsforme/src/manager.rs#L63: blsforme/src/manager.rs#L63
warning: this `map_or` is redundant --> blsforme/src/manager.rs:63:33 | 63 | .filter(|d| d.path().extension().map_or(false, |e| e == "cmdline")) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use is_some_and instead: `d.path().extension().is_some_and(|e| e == "cmdline")` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_map_or = note: `#[warn(clippy::unnecessary_map_or)]` on by default