Skip to content
GitHub Actions / Clippy (MSRV) failed Oct 28, 2024 in 0s

Clippy (MSRV)

2 errors

Details

Results

Message level Amount
Internal compiler error 0
Error 2
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 478 in zaino-fetch/src/chain/block.rs

See this annotation in the file changed.

@github-actions github-actions / Clippy (MSRV)

useless conversion to the same type: `chain::error::BlockCacheError`

error: useless conversion to the same type: `chain::error::BlockCacheError`
   --> zaino-fetch/src/chain/block.rs:478:23
    |
478 |         Err(e) => Err(e.into()),
    |                       ^^^^^^^^ help: consider removing `.into()`: `e`
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion
    = note: `-D clippy::useless-conversion` implied by `-D warnings`
    = help: to override `-D warnings` add `#[allow(clippy::useless_conversion)]`

Check failure on line 478 in zaino-fetch/src/chain/block.rs

See this annotation in the file changed.

@github-actions github-actions / Clippy (MSRV)

useless conversion to the same type: `chain::error::BlockCacheError`

error: useless conversion to the same type: `chain::error::BlockCacheError`
   --> zaino-fetch/src/chain/block.rs:478:23
    |
478 |         Err(e) => Err(e.into()),
    |                       ^^^^^^^^ help: consider removing `.into()`: `e`
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion
    = note: `-D clippy::useless-conversion` implied by `-D warnings`
    = help: to override `-D warnings` add `#[allow(clippy::useless_conversion)]`