Bump EmbarkStudios/cargo-deny-action from 1.6.3 to 2.0.4 #108
Annotations
8 warnings
rust toolchain
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
audit (advisories)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
audit (bans licenses sources)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
fmt
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
clippy
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
clippy:
src/main.rs#L210
warning: used consecutive `str::replace` call
--> src/main.rs:210:14
|
210 | .replace('\n', "")
| ______________^
211 | | .replace(' ', "")
| |_____________________________^ help: replace with: `replace(['\n', ' '], "")`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#collapsible_str_replace
= note: `#[warn(clippy::collapsible_str_replace)]` on by default
|
clippy:
src/main.rs#L253
warning: used consecutive `str::replace` call
--> src/main.rs:253:14
|
253 | .replace('\n', "")
| ______________^
254 | | .replace(' ', "")
| |_____________________________^ help: replace with: `replace(['\n', ' '], "")`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#collapsible_str_replace
|
test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|