ci: use self-hosted runners #1022
GitHub Actions / clippy
succeeded
Jan 24, 2025 in 0s
clippy
2 warnings
Details
Results
Message level | Amount |
---|---|
Internal compiler error | 0 |
Error | 0 |
Warning | 2 |
Note | 0 |
Help | 0 |
Versions
- rustc 1.86.0-nightly (99768c80a 2025-01-23)
- cargo 1.86.0-nightly (045bf21b3 2025-01-17)
- clippy 0.1.86 (99768c80a1 2025-01-23)
Annotations
Check warning on line 279 in examples/src/http/example-http-server.rs
github-actions / clippy
these look like formatting arguments but are not part of a formatting macro
warning: these look like formatting arguments but are not part of a formatting macro
--> examples/src/http/example-http-server.rs:279:29
|
279 | .route("/test/param/{:p1}/{:p2}", get(add))
| ^^^^^ ^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#literal_string_with_formatting_args
Check warning on line 276 in examples/src/http/example-http-server.rs
github-actions / clippy
this looks like a formatting argument but it is not part of a formatting macro
warning: this looks like a formatting argument but it is not part of a formatting macro
--> examples/src/http/example-http-server.rs:276:29
|
276 | .route("/test/param/{:echo}", get(echo))
| ^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#literal_string_with_formatting_args
= note: `#[warn(clippy::literal_string_with_formatting_args)]` on by default
Loading