Skip to content

fix: add features to cargo file that already exist in the code #18

fix: add features to cargo file that already exist in the code

fix: add features to cargo file that already exist in the code #18

GitHub Actions / clippy failed Aug 9, 2024 in 41s

clippy

2913 errors

Details

Results

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

Versions

  • rustc 1.80.1 (3f5fd8dd4 2024-08-06)
  • cargo 1.80.1 (376290515 2024-07-16)
  • clippy 0.1.80 (3f5fd8d 2024-08-06)

Annotations

Check failure on line 1116 in provenance-sdk-proto/src/prost/provenance-sdk/provenance.name.v1.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

cannot find function `empty_body` in this scope

error[E0425]: cannot find function `empty_body` in this scope
    --> provenance-sdk-proto/src/prost/provenance-sdk/provenance.name.v1.rs:1116:31
     |
1116 |                         .body(empty_body())
     |                               ^^^^^^^^^^ not found in this scope

Check failure on line 669 in provenance-sdk-proto/src/prost/provenance-sdk/provenance.name.v1.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

cannot find function `empty_body` in this scope

error[E0425]: cannot find function `empty_body` in this scope
   --> provenance-sdk-proto/src/prost/provenance-sdk/provenance.name.v1.rs:669:31
    |
669 |                         .body(empty_body())
    |                               ^^^^^^^^^^ not found in this scope

Check failure on line 1283 in provenance-sdk-proto/src/prost/provenance-sdk/provenance.msgfees.v1.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

cannot find function `empty_body` in this scope

error[E0425]: cannot find function `empty_body` in this scope
    --> provenance-sdk-proto/src/prost/provenance-sdk/provenance.msgfees.v1.rs:1283:31
     |
1283 |                         .body(empty_body())
     |                               ^^^^^^^^^^ not found in this scope

Check failure on line 751 in provenance-sdk-proto/src/prost/provenance-sdk/provenance.msgfees.v1.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

cannot find function `empty_body` in this scope

error[E0425]: cannot find function `empty_body` in this scope
   --> provenance-sdk-proto/src/prost/provenance-sdk/provenance.msgfees.v1.rs:751:31
    |
751 |                         .body(empty_body())
    |                               ^^^^^^^^^^ not found in this scope

Check failure on line 6085 in provenance-sdk-proto/src/prost/provenance-sdk/provenance.metadata.v1.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

cannot find function `empty_body` in this scope

error[E0425]: cannot find function `empty_body` in this scope
    --> provenance-sdk-proto/src/prost/provenance-sdk/provenance.metadata.v1.rs:6085:31
     |
6085 |                         .body(empty_body())
     |                               ^^^^^^^^^^ not found in this scope

Check failure on line 3064 in provenance-sdk-proto/src/prost/provenance-sdk/provenance.metadata.v1.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

cannot find function `empty_body` in this scope

error[E0425]: cannot find function `empty_body` in this scope
    --> provenance-sdk-proto/src/prost/provenance-sdk/provenance.metadata.v1.rs:3064:31
     |
3064 |                         .body(empty_body())
     |                               ^^^^^^^^^^ not found in this scope

Check failure on line 4079 in provenance-sdk-proto/src/prost/provenance-sdk/provenance.marker.v1.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

cannot find function `empty_body` in this scope

error[E0425]: cannot find function `empty_body` in this scope
    --> provenance-sdk-proto/src/prost/provenance-sdk/provenance.marker.v1.rs:4079:31
     |
4079 |                         .body(empty_body())
     |                               ^^^^^^^^^^ not found in this scope

Check failure on line 2966 in provenance-sdk-proto/src/prost/provenance-sdk/provenance.marker.v1.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

cannot find function `empty_body` in this scope

error[E0425]: cannot find function `empty_body` in this scope
    --> provenance-sdk-proto/src/prost/provenance-sdk/provenance.marker.v1.rs:2966:31
     |
2966 |                         .body(empty_body())
     |                               ^^^^^^^^^^ not found in this scope

Check failure on line 1743 in provenance-sdk-proto/src/prost/provenance-sdk/provenance.attribute.v1.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

cannot find function `empty_body` in this scope

error[E0425]: cannot find function `empty_body` in this scope
    --> provenance-sdk-proto/src/prost/provenance-sdk/provenance.attribute.v1.rs:1743:31
     |
1743 |                         .body(empty_body())
     |                               ^^^^^^^^^^ not found in this scope

Check failure on line 1009 in provenance-sdk-proto/src/prost/provenance-sdk/provenance.attribute.v1.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

cannot find function `empty_body` in this scope

error[E0425]: cannot find function `empty_body` in this scope
    --> provenance-sdk-proto/src/prost/provenance-sdk/provenance.attribute.v1.rs:1009:31
     |
1009 |                         .body(empty_body())
     |                               ^^^^^^^^^^ not found in this scope

Check failure on line 1078 in provenance-sdk-proto/src/prost/provenance-sdk/provenance.name.v1.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

failed to resolve: use of undeclared crate or module `tonic`

error[E0433]: failed to resolve: use of undeclared crate or module `tonic`
    --> provenance-sdk-proto/src/prost/provenance-sdk/provenance.name.v1.rs:1078:38
     |
1078 | ...                   request: tonic::Request<super::QueryReverseLookupRequest>,
     |                                ^^^^^ use of undeclared crate or module `tonic`

Check failure on line 1075 in provenance-sdk-proto/src/prost/provenance-sdk/provenance.name.v1.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

failed to resolve: use of undeclared crate or module `tonic`

error[E0433]: failed to resolve: use of undeclared crate or module `tonic`
    --> provenance-sdk-proto/src/prost/provenance-sdk/provenance.name.v1.rs:1075:82
     |
1075 |                         type Future = BoxFuture<tonic::Response<Self::Response>, tonic::Status>;
     |                                                                                  ^^^^^ use of undeclared crate or module `tonic`

Check failure on line 1075 in provenance-sdk-proto/src/prost/provenance-sdk/provenance.name.v1.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

failed to resolve: use of undeclared crate or module `tonic`

error[E0433]: failed to resolve: use of undeclared crate or module `tonic`
    --> provenance-sdk-proto/src/prost/provenance-sdk/provenance.name.v1.rs:1075:49
     |
1075 |                         type Future = BoxFuture<tonic::Response<Self::Response>, tonic::Status>;
     |                                                 ^^^^^ use of undeclared crate or module `tonic`

Check failure on line 1039 in provenance-sdk-proto/src/prost/provenance-sdk/provenance.name.v1.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

failed to resolve: use of undeclared crate or module `tonic`

error[E0433]: failed to resolve: use of undeclared crate or module `tonic`
    --> provenance-sdk-proto/src/prost/provenance-sdk/provenance.name.v1.rs:1039:38
     |
1039 | ...                   request: tonic::Request<super::QueryResolveRequest>,
     |                                ^^^^^ use of undeclared crate or module `tonic`

Check failure on line 1036 in provenance-sdk-proto/src/prost/provenance-sdk/provenance.name.v1.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

failed to resolve: use of undeclared crate or module `tonic`

error[E0433]: failed to resolve: use of undeclared crate or module `tonic`
    --> provenance-sdk-proto/src/prost/provenance-sdk/provenance.name.v1.rs:1036:49
     |
1036 |                         type Future = BoxFuture<tonic::Response<Self::Response>, tonic::Status>;
     |                                                 ^^^^^ use of undeclared crate or module `tonic`

Check failure on line 1002 in provenance-sdk-proto/src/prost/provenance-sdk/provenance.name.v1.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

failed to resolve: use of undeclared crate or module `tonic`

error[E0433]: failed to resolve: use of undeclared crate or module `tonic`
    --> provenance-sdk-proto/src/prost/provenance-sdk/provenance.name.v1.rs:1002:38
     |
1002 | ...                   request: tonic::Request<super::QueryParamsRequest>,
     |                                ^^^^^ use of undeclared crate or module `tonic`

Check failure on line 999 in provenance-sdk-proto/src/prost/provenance-sdk/provenance.name.v1.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

failed to resolve: use of undeclared crate or module `tonic`

error[E0433]: failed to resolve: use of undeclared crate or module `tonic`
   --> provenance-sdk-proto/src/prost/provenance-sdk/provenance.name.v1.rs:999:82
    |
999 |                         type Future = BoxFuture<tonic::Response<Self::Response>, tonic::Status>;
    |                                                                                  ^^^^^ use of undeclared crate or module `tonic`

Check failure on line 999 in provenance-sdk-proto/src/prost/provenance-sdk/provenance.name.v1.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

failed to resolve: use of undeclared crate or module `tonic`

error[E0433]: failed to resolve: use of undeclared crate or module `tonic`
   --> provenance-sdk-proto/src/prost/provenance-sdk/provenance.name.v1.rs:999:49
    |
999 |                         type Future = BoxFuture<tonic::Response<Self::Response>, tonic::Status>;
    |                                                 ^^^^^ use of undeclared crate or module `tonic`

Check failure on line 992 in provenance-sdk-proto/src/prost/provenance-sdk/provenance.name.v1.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

failed to resolve: use of undeclared crate or module `http`

error[E0433]: failed to resolve: use of undeclared crate or module `http`
   --> provenance-sdk-proto/src/prost/provenance-sdk/provenance.name.v1.rs:992:33
    |
992 |         fn call(&mut self, req: http::Request<B>) -> Self::Future {
    |                                 ^^^^ use of undeclared crate or module `http`

Check failure on line 983 in provenance-sdk-proto/src/prost/provenance-sdk/provenance.name.v1.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

failed to resolve: use of undeclared crate or module `http`

error[E0433]: failed to resolve: use of undeclared crate or module `http`
   --> provenance-sdk-proto/src/prost/provenance-sdk/provenance.name.v1.rs:983:25
    |
983 |         type Response = http::Response<tonic::body::BoxBody>;
    |                         ^^^^ use of undeclared crate or module `http`

Check failure on line 977 in provenance-sdk-proto/src/prost/provenance-sdk/provenance.name.v1.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

failed to resolve: use of undeclared crate or module `http`

error[E0433]: failed to resolve: use of undeclared crate or module `http`
   --> provenance-sdk-proto/src/prost/provenance-sdk/provenance.name.v1.rs:977:40
    |
977 |     impl<T, B> tonic::codegen::Service<http::Request<B>> for QueryServer<T>
    |                                        ^^^^ use of undeclared crate or module `http`

Check failure on line 946 in provenance-sdk-proto/src/prost/provenance-sdk/provenance.name.v1.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

failed to resolve: use of undeclared type `InterceptedService`

error[E0433]: failed to resolve: use of undeclared type `InterceptedService`
   --> provenance-sdk-proto/src/prost/provenance-sdk/provenance.name.v1.rs:946:13
    |
946 |             InterceptedService::new(Self::new(inner), interceptor)
    |             ^^^^^^^^^^^^^^^^^^ use of undeclared type `InterceptedService`

Check failure on line 918 in provenance-sdk-proto/src/prost/provenance-sdk/provenance.name.v1.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

failed to resolve: use of undeclared crate or module `tonic`

error[E0433]: failed to resolve: use of undeclared crate or module `tonic`
   --> provenance-sdk-proto/src/prost/provenance-sdk/provenance.name.v1.rs:918:86
    |
918 |         ) -> std::result::Result<tonic::Response<super::QueryReverseLookupResponse>, tonic::Status>;
    |                                                                                      ^^^^^ use of undeclared crate or module `tonic`

Check failure on line 918 in provenance-sdk-proto/src/prost/provenance-sdk/provenance.name.v1.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

failed to resolve: use of undeclared crate or module `tonic`

error[E0433]: failed to resolve: use of undeclared crate or module `tonic`
   --> provenance-sdk-proto/src/prost/provenance-sdk/provenance.name.v1.rs:918:34
    |
918 |         ) -> std::result::Result<tonic::Response<super::QueryReverseLookupResponse>, tonic::Status>;
    |                                  ^^^^^ use of undeclared crate or module `tonic`

Check failure on line 917 in provenance-sdk-proto/src/prost/provenance-sdk/provenance.name.v1.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

failed to resolve: use of undeclared crate or module `tonic`

error[E0433]: failed to resolve: use of undeclared crate or module `tonic`
   --> provenance-sdk-proto/src/prost/provenance-sdk/provenance.name.v1.rs:917:22
    |
917 |             request: tonic::Request<super::QueryReverseLookupRequest>,
    |                      ^^^^^ use of undeclared crate or module `tonic`