Skip to content

Cargo fmt

Cargo fmt #320

GitHub Actions / clippy failed Aug 18, 2024 in 0s

clippy

1 error

Details

Results

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

Versions

  • rustc 1.78.0 (9b00956e5 2024-04-29)
  • cargo 1.78.0 (54d8815d0 2024-03-26)
  • clippy 0.1.78 (9b00956 2024-04-29)

Annotations

Check failure on line 92 in crates/chain/src/contract.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unused import: `core::str::FromStr`

error: unused import: `core::str::FromStr`
  --> crates/chain/src/contract.rs:92:9
   |
92 |     use core::str::FromStr;
   |         ^^^^^^^^^^^^^^^^^^
   |
   = note: `-D unused-imports` implied by `-D warnings`
   = help: to override `-D warnings` add `#[allow(unused_imports)]`