WIP #223
tests.yml
on: push
cargo test
1m 27s
cargo fmt
28s
Annotations
11 errors
cargo fmt
Process completed with exit code 1.
|
cargo test:
src/new_server.rs#L43
expected `;`, found `PlainText`
|
cargo test:
src/new_server.rs#L45
unexpected token, expected `;`
|
cargo test:
src/new_server.rs#L17
cannot find attribute `oai` in this scope
|
cargo test:
src/server.rs#L6
unused import: `poem_openapi::OpenApi`
|
cargo test:
src/new_server.rs#L5
unused import: `Data`
|
cargo test:
src/new_server.rs#L7
unused imports: `Json`, `PlainText`
|
cargo test:
src/new_server.rs#L98
the trait bound `AdminApi: OpenApi` is not satisfied
|
cargo test:
src/new_server.rs#L99
the trait bound `AdminApi: OpenApi` is not satisfied
|
cargo test:
src/new_server.rs#L100
the trait bound `AdminApi: OpenApi` is not satisfied
|
cargo test:
src/new_server.rs#L101
the trait bound `OpenApiService<(AdminApi, ConsumerApi, ServiceApi), ()>: IntoEndpoint` is not satisfied
|