这是indexloc提供的服务,不要输入任何密码
Skip to content

WARP format 1.0

WARP format 1.0 #70

Triggered via push July 1, 2025 20:56
Status Failure
Total duration 1m 56s
Artifacts 1

CI.yaml

on: push
Matrix: cargo test
Fit to window
Zoom out
Zoom in

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:?}"); |
licensing
New version for cargo-about available: 0.7.1
cargo fmt
Cache not found for keys: v0-rust-formatting-Linux-x64-e20ac8df-38f2ed34, v0-rust-formatting-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 (ubuntu-latest)
Cache not found for keys: v0-rust-test-Linux-x64-e20ac8df-38f2ed34, v0-rust-test-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

Artifacts

Produced during runtime
Name Size Digest
license Expired
11.3 KB
sha256:24032a64ba516c00e5e23681250e7a825867822b55e895069ffa6f1f42bdfa52