Merged main #294
Annotations
3 errors
clippy --all-targets --all-features:
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 --all-targets --all-features:
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 --all-targets --all-features
Clippy has exited with exit code 101
|
The logs for this run have expired and are no longer available.
Loading