Skip to content

feat: upgrade to v1.19.1 #1

feat: upgrade to v1.19.1

feat: upgrade to v1.19.1 #1

GitHub Actions / clippy succeeded Aug 9, 2024 in 0s

clippy

21 warnings

Details

Results

Message level Amount
Internal compiler error 0
Error 0
Warning 21
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 warning on line 38 in provenance-sdk-proto/src/prost/provenance-sdk/provenance.marker.v1.rs

See this annotation in the file changed.

@github-actions 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.
   |         ++++

Check warning on line 896 in provenance-sdk-proto/src/prost/provenance-sdk/provenance.name.v1.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unexpected `cfg` condition value: `grpc`

warning: unexpected `cfg` condition value: `grpc`
   --> provenance-sdk-proto/src/prost/provenance-sdk/provenance.name.v1.rs:896:7
    |
896 | #[cfg(feature = "grpc")]
    |       ^^^^^^^^^^^^^^^^ help: remove the condition
    |
    = note: no expected values for `feature`
    = help: consider adding `grpc` as a feature in `Cargo.toml`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

Check warning on line 747 in provenance-sdk-proto/src/prost/provenance-sdk/provenance.name.v1.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unexpected `cfg` condition value: `grpc`

warning: unexpected `cfg` condition value: `grpc`
   --> provenance-sdk-proto/src/prost/provenance-sdk/provenance.name.v1.rs:747:7
    |
747 | #[cfg(feature = "grpc")]
    |       ^^^^^^^^^^^^^^^^ help: remove the condition
    |
    = note: no expected values for `feature`
    = help: consider adding `grpc` as a feature in `Cargo.toml`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

Check warning on line 366 in provenance-sdk-proto/src/prost/provenance-sdk/provenance.name.v1.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unexpected `cfg` condition value: `grpc`

warning: unexpected `cfg` condition value: `grpc`
   --> provenance-sdk-proto/src/prost/provenance-sdk/provenance.name.v1.rs:366:7
    |
366 | #[cfg(feature = "grpc")]
    |       ^^^^^^^^^^^^^^^^ help: remove the condition
    |
    = note: no expected values for `feature`
    = help: consider adding `grpc` as a feature in `Cargo.toml`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

Check warning on line 182 in provenance-sdk-proto/src/prost/provenance-sdk/provenance.name.v1.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unexpected `cfg` condition value: `grpc`

warning: unexpected `cfg` condition value: `grpc`
   --> provenance-sdk-proto/src/prost/provenance-sdk/provenance.name.v1.rs:182:7
    |
182 | #[cfg(feature = "grpc")]
    |       ^^^^^^^^^^^^^^^^ help: remove the condition
    |
    = note: no expected values for `feature`
    = help: consider adding `grpc` as a feature in `Cargo.toml`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

Check warning on line 1058 in provenance-sdk-proto/src/prost/provenance-sdk/provenance.msgfees.v1.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unexpected `cfg` condition value: `grpc`

warning: unexpected `cfg` condition value: `grpc`
    --> provenance-sdk-proto/src/prost/provenance-sdk/provenance.msgfees.v1.rs:1058:7
     |
1058 | #[cfg(feature = "grpc")]
     |       ^^^^^^^^^^^^^^^^ help: remove the condition
     |
     = note: no expected values for `feature`
     = help: consider adding `grpc` as a feature in `Cargo.toml`
     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

Check warning on line 902 in provenance-sdk-proto/src/prost/provenance-sdk/provenance.msgfees.v1.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unexpected `cfg` condition value: `grpc`

warning: unexpected `cfg` condition value: `grpc`
   --> provenance-sdk-proto/src/prost/provenance-sdk/provenance.msgfees.v1.rs:902:7
    |
902 | #[cfg(feature = "grpc")]
    |       ^^^^^^^^^^^^^^^^ help: remove the condition
    |
    = note: no expected values for `feature`
    = help: consider adding `grpc` as a feature in `Cargo.toml`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

Check warning on line 363 in provenance-sdk-proto/src/prost/provenance-sdk/provenance.msgfees.v1.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unexpected `cfg` condition value: `grpc`

warning: unexpected `cfg` condition value: `grpc`
   --> provenance-sdk-proto/src/prost/provenance-sdk/provenance.msgfees.v1.rs:363:7
    |
363 | #[cfg(feature = "grpc")]
    |       ^^^^^^^^^^^^^^^^ help: remove the condition
    |
    = note: no expected values for `feature`
    = help: consider adding `grpc` as a feature in `Cargo.toml`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

Check warning on line 126 in provenance-sdk-proto/src/prost/provenance-sdk/provenance.msgfees.v1.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unexpected `cfg` condition value: `grpc`

warning: unexpected `cfg` condition value: `grpc`
   --> provenance-sdk-proto/src/prost/provenance-sdk/provenance.msgfees.v1.rs:126:7
    |
126 | #[cfg(feature = "grpc")]
    |       ^^^^^^^^^^^^^^^^ help: remove the condition
    |
    = note: no expected values for `feature`
    = help: consider adding `grpc` as a feature in `Cargo.toml`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

Check warning on line 4825 in provenance-sdk-proto/src/prost/provenance-sdk/provenance.metadata.v1.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unexpected `cfg` condition value: `grpc`

warning: unexpected `cfg` condition value: `grpc`
    --> provenance-sdk-proto/src/prost/provenance-sdk/provenance.metadata.v1.rs:4825:7
     |
4825 | #[cfg(feature = "grpc")]
     |       ^^^^^^^^^^^^^^^^ help: remove the condition
     |
     = note: no expected values for `feature`
     = help: consider adding `grpc` as a feature in `Cargo.toml`
     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

Check warning on line 4125 in provenance-sdk-proto/src/prost/provenance-sdk/provenance.metadata.v1.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unexpected `cfg` condition value: `grpc`

warning: unexpected `cfg` condition value: `grpc`
    --> provenance-sdk-proto/src/prost/provenance-sdk/provenance.metadata.v1.rs:4125:7
     |
4125 | #[cfg(feature = "grpc")]
     |       ^^^^^^^^^^^^^^^^ help: remove the condition
     |
     = note: no expected values for `feature`
     = help: consider adding `grpc` as a feature in `Cargo.toml`
     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

Check warning on line 1856 in provenance-sdk-proto/src/prost/provenance-sdk/provenance.metadata.v1.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unexpected `cfg` condition value: `grpc`

warning: unexpected `cfg` condition value: `grpc`
    --> provenance-sdk-proto/src/prost/provenance-sdk/provenance.metadata.v1.rs:1856:7
     |
1856 | #[cfg(feature = "grpc")]
     |       ^^^^^^^^^^^^^^^^ help: remove the condition
     |
     = note: no expected values for `feature`
     = help: consider adding `grpc` as a feature in `Cargo.toml`
     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

Check warning on line 1213 in provenance-sdk-proto/src/prost/provenance-sdk/provenance.metadata.v1.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unexpected `cfg` condition value: `grpc`

warning: unexpected `cfg` condition value: `grpc`
    --> provenance-sdk-proto/src/prost/provenance-sdk/provenance.metadata.v1.rs:1213:7
     |
1213 | #[cfg(feature = "grpc")]
     |       ^^^^^^^^^^^^^^^^ help: remove the condition
     |
     = note: no expected values for `feature`
     = help: consider adding `grpc` as a feature in `Cargo.toml`
     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

Check warning on line 3559 in provenance-sdk-proto/src/prost/provenance-sdk/provenance.marker.v1.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unexpected `cfg` condition value: `grpc`

warning: unexpected `cfg` condition value: `grpc`
    --> provenance-sdk-proto/src/prost/provenance-sdk/provenance.marker.v1.rs:3559:7
     |
3559 | #[cfg(feature = "grpc")]
     |       ^^^^^^^^^^^^^^^^ help: remove the condition
     |
     = note: no expected values for `feature`
     = help: consider adding `grpc` as a feature in `Cargo.toml`
     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

Check warning on line 3270 in provenance-sdk-proto/src/prost/provenance-sdk/provenance.marker.v1.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unexpected `cfg` condition value: `grpc`

warning: unexpected `cfg` condition value: `grpc`
    --> provenance-sdk-proto/src/prost/provenance-sdk/provenance.marker.v1.rs:3270:7
     |
3270 | #[cfg(feature = "grpc")]
     |       ^^^^^^^^^^^^^^^^ help: remove the condition
     |
     = note: no expected values for `feature`
     = help: consider adding `grpc` as a feature in `Cargo.toml`
     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

Check warning on line 1602 in provenance-sdk-proto/src/prost/provenance-sdk/provenance.marker.v1.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unexpected `cfg` condition value: `grpc`

warning: unexpected `cfg` condition value: `grpc`
    --> provenance-sdk-proto/src/prost/provenance-sdk/provenance.marker.v1.rs:1602:7
     |
1602 | #[cfg(feature = "grpc")]
     |       ^^^^^^^^^^^^^^^^ help: remove the condition
     |
     = note: no expected values for `feature`
     = help: consider adding `grpc` as a feature in `Cargo.toml`
     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

Check warning on line 905 in provenance-sdk-proto/src/prost/provenance-sdk/provenance.marker.v1.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unexpected `cfg` condition value: `grpc`

warning: unexpected `cfg` condition value: `grpc`
   --> provenance-sdk-proto/src/prost/provenance-sdk/provenance.marker.v1.rs:905:7
    |
905 | #[cfg(feature = "grpc")]
    |       ^^^^^^^^^^^^^^^^ help: remove the condition
    |
    = note: no expected values for `feature`
    = help: consider adding `grpc` as a feature in `Cargo.toml`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

Check warning on line 1391 in provenance-sdk-proto/src/prost/provenance-sdk/provenance.attribute.v1.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unexpected `cfg` condition value: `grpc`

warning: unexpected `cfg` condition value: `grpc`
    --> provenance-sdk-proto/src/prost/provenance-sdk/provenance.attribute.v1.rs:1391:7
     |
1391 | #[cfg(feature = "grpc")]
     |       ^^^^^^^^^^^^^^^^ help: remove the condition
     |
     = note: no expected values for `feature`
     = help: consider adding `grpc` as a feature in `Cargo.toml`
     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

Check warning on line 1171 in provenance-sdk-proto/src/prost/provenance-sdk/provenance.attribute.v1.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unexpected `cfg` condition value: `grpc`

warning: unexpected `cfg` condition value: `grpc`
    --> provenance-sdk-proto/src/prost/provenance-sdk/provenance.attribute.v1.rs:1171:7
     |
1171 | #[cfg(feature = "grpc")]
     |       ^^^^^^^^^^^^^^^^ help: remove the condition
     |
     = note: no expected values for `feature`
     = help: consider adding `grpc` as a feature in `Cargo.toml`
     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

Check warning on line 599 in provenance-sdk-proto/src/prost/provenance-sdk/provenance.attribute.v1.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unexpected `cfg` condition value: `grpc`

warning: unexpected `cfg` condition value: `grpc`
   --> provenance-sdk-proto/src/prost/provenance-sdk/provenance.attribute.v1.rs:599:7
    |
599 | #[cfg(feature = "grpc")]
    |       ^^^^^^^^^^^^^^^^ help: remove the condition
    |
    = note: no expected values for `feature`
    = help: consider adding `grpc` as a feature in `Cargo.toml`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration

Check warning on line 349 in provenance-sdk-proto/src/prost/provenance-sdk/provenance.attribute.v1.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unexpected `cfg` condition value: `grpc`

warning: unexpected `cfg` condition value: `grpc`
   --> provenance-sdk-proto/src/prost/provenance-sdk/provenance.attribute.v1.rs:349:7
    |
349 | #[cfg(feature = "grpc")]
    |       ^^^^^^^^^^^^^^^^ help: remove the condition
    |
    = note: no expected values for `feature`
    = help: consider adding `grpc` as a feature in `Cargo.toml`
    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
    = note: `#[warn(unexpected_cfgs)]` on by default