fix: cannot build features without tonic dep #11
GitHub Actions / clippy
succeeded
Aug 9, 2024 in 0s
clippy
7 warnings
Details
Results
Message level | Amount |
---|---|
Internal compiler error | 0 |
Error | 0 |
Warning | 7 |
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
github-actions / clippy
doc list item missing indentation
warning: doc list item missing indentation
--> provenance-sdk-proto/src/prost/provenance-sdk/provenance.metadata.v1.rs:4308:13
|
4308 | /// a record.
| ^
|
= help: if this is supposed to be its own paragraph, add a blank line
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
help: indent this line
|
4308 | /// a record.
| ++
github-actions / clippy
doc list item missing indentation
warning: doc list item missing indentation
--> provenance-sdk-proto/src/prost/provenance-sdk/provenance.metadata.v1.rs:4306:13
|
4306 | /// scope.
| ^
|
= help: if this is supposed to be its own paragraph, add a blank line
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
help: indent this line
|
4306 | /// scope.
| ++
github-actions / clippy
doc list item missing indentation
warning: doc list item missing indentation
--> provenance-sdk-proto/src/prost/provenance-sdk/provenance.metadata.v1.rs:4304:13
|
4304 | /// a record_addr).
| ^
|
= help: if this is supposed to be its own paragraph, add a blank line
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
help: indent this line
|
4304 | /// a record_addr).
| ++
github-actions / clippy
doc list item missing indentation
warning: doc list item missing indentation
--> provenance-sdk-proto/src/prost/provenance-sdk/provenance.metadata.v1.rs:4299:13
|
4299 | /// provided, and the session containing that record will be returned.
| ^
|
= help: if this is supposed to be its own paragraph, add a blank line
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
help: indent this line
|
4299 | /// provided, and the session containing that record will be returned.
| ++
github-actions / clippy
doc list item missing indentation
warning: doc list item missing indentation
--> provenance-sdk-proto/src/prost/provenance-sdk/provenance.metadata.v1.rs:4296:13
|
4296 | /// is returned.
| ^
|
= help: if this is supposed to be its own paragraph, add a blank line
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
help: indent this line
|
4296 | /// is returned.
| ++
github-actions / clippy
doc list item missing indentation
warning: doc list item missing indentation
--> provenance-sdk-proto/src/prost/provenance-sdk/provenance.metadata.v1.rs:4243:13
|
4243 | /// a bad request is returned.
| ^
|
= help: if this is supposed to be its own paragraph, add a blank line
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
help: indent this line
|
4243 | /// a bad request is returned.
| ++
Check warning on line 38 in provenance-sdk-proto/src/prost/provenance-sdk/provenance.marker.v1.rs
github-actions / clippy
doc list item missing indentation
warning: doc list item missing indentation
--> provenance-sdk-proto/src/prost/provenance-sdk/provenance.marker.v1.rs:38:9
|
38 | /// This access right is only supported on RESTRICTED markers.
| ^
|
= help: if this is supposed to be its own paragraph, add a blank line
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
= note: `#[warn(clippy::doc_lazy_continuation)]` on by default
help: indent this line
|
38 | /// This access right is only supported on RESTRICTED markers.
| ++++
Loading