ci: use self-hosted runners #1020
dependency-review.yaml
on: pull_request
dependency-review
12s
Annotations
2 warnings
these look like formatting arguments but are not part of a formatting macro:
examples/src/http/example-http-server.rs#L279
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
|
this looks like a formatting argument but it is not part of a formatting macro:
examples/src/http/example-http-server.rs#L276
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
|