Merged main #294
check_format.yml
on: push
cargo fmt
29s
Clippy lint and check
1m 7s
Annotations
3 errors
not all trait items implemented, missing: `endpoints`:
src/api/ecdar_api.rs#L226
error[E0046]: not all trait items implemented, missing: `endpoints`
--> src/api/ecdar_api.rs:226:1
|
226 | impl EcdarApiAuth for ConcreteEcdarApi {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `endpoints` in implementation
|
::: /home/runner/work/Ecdar-API/Ecdar-API/target/debug/build/api_server-a8f3fee1ac9c12e6/out/ecdar_proto_buf.rs:3201:9
|
3201 | / async fn endpoints(
3202 | | &self,
3203 | | request: tonic::Request<()>,
3204 | | ) -> std::result::Result<
3205 | | tonic::Response<super::EndpointsResponse>,
3206 | | tonic::Status,
3207 | | >;
| |__________- `endpoints` from trait
|
not all trait items implemented, missing: `endpoints`:
src/api/ecdar_api.rs#L226
error[E0046]: not all trait items implemented, missing: `endpoints`
--> src/api/ecdar_api.rs:226:1
|
226 | impl EcdarApiAuth for ConcreteEcdarApi {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `endpoints` in implementation
|
::: /home/runner/work/Ecdar-API/Ecdar-API/target/debug/build/api_server-a8f3fee1ac9c12e6/out/ecdar_proto_buf.rs:3201:9
|
3201 | / async fn endpoints(
3202 | | &self,
3203 | | request: tonic::Request<()>,
3204 | | ) -> std::result::Result<
3205 | | tonic::Response<super::EndpointsResponse>,
3206 | | tonic::Status,
3207 | | >;
| |__________- `endpoints` from trait
|
Clippy lint and check
Clippy has exited with exit code 101
|