Bump the cargo-dependencies group across 1 directory with 21 updates #883
Annotations
3 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: giraffate/clippy-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build:
src/snippets.rs#L509
[clippy] reported by reviewdog 🐶
warning: irrefutable `if let` pattern
--> src/snippets.rs:509:22
|
509 | let snippet = if let Ok(path) = PathBuf::from_str(&args.snippet) {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this pattern will always match, so the `if let` is useless
= help: consider replacing the `if let` with a `let`
= note: `#[warn(irrefutable_let_patterns)]` on by default
Raw Output:
src/snippets.rs:509:22:w:warning: irrefutable `if let` pattern
--> src/snippets.rs:509:22
|
509 | let snippet = if let Ok(path) = PathBuf::from_str(&args.snippet) {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this pattern will always match, so the `if let` is useless
= help: consider replacing the `if let` with a `let`
= note: `#[warn(irrefutable_let_patterns)]` on by default
__END__
|
build:
src/templates.rs#L782
[clippy] reported by reviewdog 🐶
warning: irrefutable `if let` pattern
--> src/templates.rs:782:23
|
782 | let template = if let Ok(path) = PathBuf::from_str(&args.template) {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this pattern will always match, so the `if let` is useless
= help: consider replacing the `if let` with a `let`
Raw Output:
src/templates.rs:782:23:w:warning: irrefutable `if let` pattern
--> src/templates.rs:782:23
|
782 | let template = if let Ok(path) = PathBuf::from_str(&args.template) {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this pattern will always match, so the `if let` is useless
= help: consider replacing the `if let` with a `let`
__END__
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
fp
Expired
|
10.3 MB |
|
manifest.json
Expired
|
401 Bytes |
|