chore(deps): bump toml from 0.9.1 to 0.9.2 (#74) #144
Annotations
22 warnings and 10 notices
variables can be used directly in the `format!` string:
src/main.rs#L94
warning: variables can be used directly in the `format!` string
--> src/interactive/controller.rs:94:26
|
94 | &format!("Failed to add variable: {}", err),
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#uninlined_format_args
help: change this to
|
94 - &format!("Failed to add variable: {}", err),
94 + &format!("Failed to add variable: {err}"),
|
|
variables can be used directly in the `format!` string:
src/main.rs#L115
warning: variables can be used directly in the `format!` string
--> src/commands.rs:115:17
|
115 | error!("{}", error);
| ^^^^^^^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#uninlined_format_args
help: change this to
|
115 - error!("{}", error);
115 + error!("{error}");
|
|
variables can be used directly in the `format!` string:
src/main.rs#L102
warning: variables can be used directly in the `format!` string
--> src/commands.rs:102:17
|
102 | error!("{}", error);
| ^^^^^^^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#uninlined_format_args
help: change this to
|
102 - error!("{}", error);
102 + error!("{error}");
|
|
variables can be used directly in the `format!` string:
src/main.rs#L91
warning: variables can be used directly in the `format!` string
--> src/commands.rs:91:17
|
91 | error!("{}", error);
| ^^^^^^^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#uninlined_format_args
help: change this to
|
91 - error!("{}", error);
91 + error!("{error}");
|
|
variables can be used directly in the `format!` string:
src/main.rs#L80
warning: variables can be used directly in the `format!` string
--> src/commands.rs:80:17
|
80 | error!("{}", error);
| ^^^^^^^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#uninlined_format_args
help: change this to
|
80 - error!("{}", error);
80 + error!("{error}");
|
|
variables can be used directly in the `format!` string:
src/main.rs#L69
warning: variables can be used directly in the `format!` string
--> src/commands.rs:69:17
|
69 | error!("{}", error);
| ^^^^^^^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#uninlined_format_args
help: change this to
|
69 - error!("{}", error);
69 + error!("{error}");
|
|
variables can be used directly in the `format!` string:
src/main.rs#L94
warning: variables can be used directly in the `format!` string
--> src/interactive/controller.rs:94:26
|
94 | &format!("Failed to add variable: {}", err),
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#uninlined_format_args
help: change this to
|
94 - &format!("Failed to add variable: {}", err),
94 + &format!("Failed to add variable: {err}"),
|
|
variables can be used directly in the `format!` string:
src/main.rs#L29
warning: variables can be used directly in the `format!` string
--> src/commands.rs:29:17
|
29 | error!("{}", error);
| ^^^^^^^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#uninlined_format_args
help: change this to
|
29 - error!("{}", error);
29 + error!("{error}");
|
|
variables can be used directly in the `format!` string:
src/main.rs#L115
warning: variables can be used directly in the `format!` string
--> src/commands.rs:115:17
|
115 | error!("{}", error);
| ^^^^^^^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#uninlined_format_args
help: change this to
|
115 - error!("{}", error);
115 + error!("{error}");
|
|
variables can be used directly in the `format!` string:
src/main.rs#L102
warning: variables can be used directly in the `format!` string
--> src/commands.rs:102:17
|
102 | error!("{}", error);
| ^^^^^^^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#uninlined_format_args
help: change this to
|
102 - error!("{}", error);
102 + error!("{error}");
|
|
variables can be used directly in the `format!` string:
src/main.rs#L23
warning: variables can be used directly in the `format!` string
--> src/commands.rs:23:17
|
23 | error!("{}", error);
| ^^^^^^^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#uninlined_format_args
= note: `#[warn(clippy::uninlined_format_args)]` on by default
help: change this to
|
23 - error!("{}", error);
23 + error!("{error}");
|
|
variables can be used directly in the `format!` string:
src/main.rs#L91
warning: variables can be used directly in the `format!` string
--> src/commands.rs:91:17
|
91 | error!("{}", error);
| ^^^^^^^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#uninlined_format_args
help: change this to
|
91 - error!("{}", error);
91 + error!("{error}");
|
|
lint (macOS-latest)
Resource not accessible by integration - https://docs.github.com/rest/checks/runs#create-a-check-run
|
variables can be used directly in the `format!` string:
src/main.rs#L80
warning: variables can be used directly in the `format!` string
--> src/commands.rs:80:17
|
80 | error!("{}", error);
| ^^^^^^^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#uninlined_format_args
help: change this to
|
80 - error!("{}", error);
80 + error!("{error}");
|
|
lint (macOS-latest)
clippy-action doesn't have permissions to create Check Runs, disabling!
|
variables can be used directly in the `format!` string:
src/main.rs#L69
warning: variables can be used directly in the `format!` string
--> src/commands.rs:69:17
|
69 | error!("{}", error);
| ^^^^^^^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#uninlined_format_args
help: change this to
|
69 - error!("{}", error);
69 + error!("{error}");
|
|
variables can be used directly in the `format!` string:
src/main.rs#L29
warning: variables can be used directly in the `format!` string
--> src/commands.rs:29:17
|
29 | error!("{}", error);
| ^^^^^^^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#uninlined_format_args
help: change this to
|
29 - error!("{}", error);
29 + error!("{error}");
|
|
variables can be used directly in the `format!` string:
src/main.rs#L23
warning: variables can be used directly in the `format!` string
--> src/commands.rs:23:17
|
23 | error!("{}", error);
| ^^^^^^^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#uninlined_format_args
= note: `#[warn(clippy::uninlined_format_args)]` on by default
help: change this to
|
23 - error!("{}", error);
23 + error!("{error}");
|
|
lint (ubuntu-latest)
Resource not accessible by integration - https://docs.github.com/rest/checks/runs#create-a-check-run
|
lint (ubuntu-latest)
clippy-action doesn't have permissions to create Check Runs, disabling!
|
lint (windows-latest)
Resource not accessible by integration - https://docs.github.com/rest/checks/runs#create-a-check-run
|
lint (windows-latest)
clippy-action doesn't have permissions to create Check Runs, disabling!
|
lint (macOS-latest)
The macos-latest label will migrate to macOS 15 beginning August 4, 2025. For more information see https://github.com/actions/runner-images/issues/12520
|
lint (macOS-latest)
The macos-latest label will migrate to macOS 15 beginning August 4, 2025. For more information see https://github.com/actions/runner-images/issues/12520
|
build (macOS-latest)
The macos-latest label will migrate to macOS 15 beginning August 4, 2025. For more information see https://github.com/actions/runner-images/issues/12520
|
build (macOS-latest)
The macos-latest label will migrate to macOS 15 beginning August 4, 2025. For more information see https://github.com/actions/runner-images/issues/12520
|
tests (macOS-latest, stable)
The macos-latest label will migrate to macOS 15 beginning August 4, 2025. For more information see https://github.com/actions/runner-images/issues/12520
|
tests (macOS-latest, stable)
The macos-latest label will migrate to macOS 15 beginning August 4, 2025. For more information see https://github.com/actions/runner-images/issues/12520
|
tests (macOS-latest, nightly)
The macos-latest label will migrate to macOS 15 beginning August 4, 2025. For more information see https://github.com/actions/runner-images/issues/12520
|
tests (macOS-latest, nightly)
The macos-latest label will migrate to macOS 15 beginning August 4, 2025. For more information see https://github.com/actions/runner-images/issues/12520
|
tests (macOS-latest, beta)
The macos-latest label will migrate to macOS 15 beginning August 4, 2025. For more information see https://github.com/actions/runner-images/issues/12520
|
tests (macOS-latest, beta)
The macos-latest label will migrate to macOS 15 beginning August 4, 2025. For more information see https://github.com/actions/runner-images/issues/12520
|
Artifacts
Produced during runtime
Name | Size | Digest | |
---|---|---|---|
envfetch-debug-linux
|
12.9 MB |
sha256:7fe0b8f128c417e4d74ca1ddef37680c20b0697c87f6d1c844aede4949271d33
|
|
envfetch-debug-macos
|
3.83 MB |
sha256:4878c807309c6f2da7c7f98efd7cbb5fba68075600f58cc4dc23039f4621ef40
|
|
envfetch-debug-windows
|
2.48 MB |
sha256:703cea42d3d4b283c21cbbb9ee95f746795289422f78f4cc470f88df27274b77
|
|