Skip to content
This repository has been archived by the owner on Sep 22, 2024. It is now read-only.

chore(submodules): update external submodules #4188

chore(submodules): update external submodules

chore(submodules): update external submodules #4188

GitHub Actions / clippy failed Sep 19, 2024 in 0s

clippy

4 errors

Details

Results

Message level Amount
Internal compiler error 0
Error 4
Warning 0
Note 0
Help 0

Versions

  • rustc 1.81.0 (eeb90cda1 2024-09-04)
  • cargo 1.81.0 (2dbb1af80 2024-08-20)
  • clippy 0.1.81 (eeb90cd 2024-09-04)

Annotations

Check failure on line 95 in src/translator/responses.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

missing field `keep_empty_value` in initializer of `grpc::envoy::config::core::v3::HeaderValueOption`

error[E0063]: missing field `keep_empty_value` in initializer of `grpc::envoy::config::core::v3::HeaderValueOption`
  --> src/translator/responses.rs:95:27
   |
95 |             headers: vec![HeaderValueOption {
   |                           ^^^^^^^^^^^^^^^^^ missing `keep_empty_value`

Check failure on line 96 in src/translator/responses.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

missing field `raw_value` in initializer of `grpc::envoy::config::core::v3::HeaderValue`

error[E0063]: missing field `raw_value` in initializer of `grpc::envoy::config::core::v3::HeaderValue`
  --> src/translator/responses.rs:96:30
   |
96 |                 header: Some(HeaderValue {
   |                              ^^^^^^^^^^^ missing `raw_value`

Check failure on line 60 in src/translator/responses.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

missing field `keep_empty_value` in initializer of `grpc::envoy::config::core::v3::HeaderValueOption`

error[E0063]: missing field `keep_empty_value` in initializer of `grpc::envoy::config::core::v3::HeaderValueOption`
  --> src/translator/responses.rs:60:18
   |
60 |         .map(|h| HeaderValueOption {
   |                  ^^^^^^^^^^^^^^^^^ missing `keep_empty_value`

Check failure on line 57 in src/translator/ingress.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

missing field `raw_value` in initializer of `grpc::envoy::config::core::v3::HeaderValue`

error[E0063]: missing field `raw_value` in initializer of `grpc::envoy::config::core::v3::HeaderValue`
  --> src/translator/ingress.rs:57:41
   |
57 |                     .map(|(key, value)| HeaderValue { key, value })
   |                                         ^^^^^^^^^^^ missing `raw_value`