2025 people #350
ci.yaml
on: push
Build & Test Project
24s
Spell Check with Typos
7s
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
|