Skip to content

For 1.10.0-namada CI #175

For 1.10.0-namada CI

For 1.10.0-namada CI #175

GitHub Actions / clippy-all-features failed Jul 30, 2024 in 0s

clippy-all-features

6 errors

Details

Results

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

Versions

  • rustc 1.80.0 (051478957 2024-07-21)
  • cargo 1.80.0 (376290515 2024-07-16)
  • clippy 0.1.80 (0514789 2024-07-21)

Annotations

Check failure on line 747 in crates/relayer/src/link/relay_path.rs

See this annotation in the file changed.

@github-actions github-actions / clippy-all-features

doc list item missing indentation

error: doc list item missing indentation
   --> crates/relayer/src/link/relay_path.rs:747:9
    |
747 |     ///   into timeouts), so there is nothing to retry.
    |         ^^
    |
    = 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: `-D clippy::doc-lazy-continuation` implied by `-D warnings`
    = help: to override `-D warnings` add `#[allow(clippy::doc_lazy_continuation)]`
help: indent this line
    |
747 |     ///     into timeouts), so there is nothing to retry.
    |           ++

Check failure on line 747 in crates/relayer/src/link/relay_path.rs

See this annotation in the file changed.

@github-actions github-actions / clippy-all-features

doc list item missing indentation

error: doc list item missing indentation
   --> crates/relayer/src/link/relay_path.rs:747:9
    |
747 |     ///   into timeouts), so there is nothing to retry.
    |         ^^
    |
    = 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: `-D clippy::doc-lazy-continuation` implied by `-D warnings`
    = help: to override `-D warnings` add `#[allow(clippy::doc_lazy_continuation)]`
help: indent this line
    |
747 |     ///     into timeouts), so there is nothing to retry.
    |           ++

Check failure on line 37 in crates/relayer/src/config/filter.rs

See this annotation in the file changed.

@github-actions github-actions / clippy-all-features

mutable key type

error: mutable key type
  --> crates/relayer/src/config/filter.rs:37:19
   |
37 |         min_fees: HashMap<ChannelFilterMatch, FeePolicy>,
   |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#mutable_key_type

Check failure on line 16 in crates/relayer/src/config/filter.rs

See this annotation in the file changed.

@github-actions github-actions / clippy-all-features

mutable key type

error: mutable key type
  --> crates/relayer/src/config/filter.rs:16:50
   |
16 | #[derive(Clone, Debug, PartialEq, Eq, Serialize, Deserialize)]
   |                                                  ^^^^^^^^^^^
   |
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#mutable_key_type
   = note: `-D clippy::mutable-key-type` implied by `-D warnings`
   = help: to override `-D warnings` add `#[allow(clippy::mutable_key_type)]`
   = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)

Check failure on line 37 in crates/relayer/src/config/filter.rs

See this annotation in the file changed.

@github-actions github-actions / clippy-all-features

mutable key type

error: mutable key type
  --> crates/relayer/src/config/filter.rs:37:19
   |
37 |         min_fees: HashMap<ChannelFilterMatch, FeePolicy>,
   |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#mutable_key_type

Check failure on line 16 in crates/relayer/src/config/filter.rs

See this annotation in the file changed.

@github-actions github-actions / clippy-all-features

mutable key type

error: mutable key type
  --> crates/relayer/src/config/filter.rs:16:50
   |
16 | #[derive(Clone, Debug, PartialEq, Eq, Serialize, Deserialize)]
   |                                                  ^^^^^^^^^^^
   |
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#mutable_key_type
   = note: `-D clippy::mutable-key-type` implied by `-D warnings`
   = help: to override `-D warnings` add `#[allow(clippy::mutable_key_type)]`
   = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)