revert: "chore(deps): weekly cargo update
(#522)"
#661
Annotations
6 warnings
rustfmt
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
check
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:
crates/cli/src/args.rs#L45
[clippy] reported by reviewdog 🐶
<pre><code>warning: name `CFG` contains a capitalized acronym
--> crates/cli/src/args.rs:45:5
|
45 | CFG(CFGArgs),
| ^^^ help: consider making the acronym lowercase, except the initial letter: `Cfg`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#upper_case_acronyms
= note: `#[warn(clippy::upper_case_acronyms)]` on by default
</code></pre>
Raw Output:
crates/cli/src/args.rs:45:5:w:
<pre><code>warning: name `CFG` contains a capitalized acronym
--> crates/cli/src/args.rs:45:5
|
45 | CFG(CFGArgs),
| ^^^ help: consider making the acronym lowercase, except the initial letter: `Cfg`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#upper_case_acronyms
= note: `#[warn(clippy::upper_case_acronyms)]` on by default
</code></pre>
__END__
|
doctest
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test ubuntu-latest
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|