WARP format 1.0 #74
Annotations
5 errors and 6 warnings
|
cargo clippy
Error: Clippy has exited with exit code 101
|
|
variables can be used directly in the `format!` string:
warp_cli/src/operation/find.rs#L43
error: variables can be used directly in the `format!` string
--> warp_cli/src/operation/find.rs:43:19
|
43 | let str = format!("{:?}", computed_ty);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#uninlined_format_args
help: change this to
|
43 - let str = format!("{:?}", computed_ty);
43 + let str = format!("{computed_ty:?}");
|
|
|
variables can be used directly in the `format!` string:
warp_cli/src/operation/find.rs#L32
error: variables can be used directly in the `format!` string
--> warp_cli/src/operation/find.rs:32:19
|
32 | let str = format!("{:?}", func);
| ^^^^^^^^^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#uninlined_format_args
help: change this to
|
32 - let str = format!("{:?}", func);
32 + let str = format!("{func:?}");
|
|
|
variables can be used directly in the `format!` string:
warp_cli/src/operation/find.rs#L28
error: variables can be used directly in the `format!` string
--> warp_cli/src/operation/find.rs:28:9
|
28 | println!("Type: {:?}", ty);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#uninlined_format_args
help: change this to
|
28 - println!("Type: {:?}", ty);
28 + println!("Type: {ty:?}");
|
|
|
variables can be used directly in the `format!` string:
warp_cli/src/operation/find.rs#L24
error: variables can be used directly in the `format!` string
--> warp_cli/src/operation/find.rs:24:9
|
24 | println!("Function: {:?}", function);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#uninlined_format_args
= note: `-D clippy::uninlined-format-args` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::uninlined_format_args)]`
help: change this to
|
24 - println!("Function: {:?}", function);
24 + println!("Function: {function:?}");
|
|
|
cargo fmt
Cache not found for keys: v0-rust-formatting-Linux-x64-e20ac8df-38f2ed34, v0-rust-formatting-Linux-x64-e20ac8df
|
|
cargo test (ubuntu-latest)
Cache not found for keys: v0-rust-test-Linux-x64-e20ac8df-38f2ed34, v0-rust-test-Linux-x64-e20ac8df
|
|
cargo clippy
Cache not found for keys: v0-rust-clippy-Linux-x64-e20ac8df-38f2ed34, v0-rust-clippy-Linux-x64-e20ac8df
|
|
cargo test (macos-latest)
Cache not found for keys: v0-rust-test-Darwin-arm64-42742465-38f2ed34, v0-rust-test-Darwin-arm64-42742465
|
|
cargo test (windows-latest)
Cache not found for keys: v0-rust-test-Windows_NT-x64-b3b99cc4-38f2ed34, v0-rust-test-Windows_NT-x64-b3b99cc4
|
|
licensing
New version for cargo-about available: 0.7.1
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
license
Expired
|
10.7 KB |
sha256:10cd58c6bbf75cbe1706530f9edf40299d70fb3ff1bfb070a6ceafbcc62cbdef
|
|