Skip to content

Fix all typos found in the repository

Sign in for the full log view
GitHub Actions / clippy-no-default-features failed Dec 22, 2023 in 0s

clippy-no-default-features

1 error

Details

Results

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

Versions

  • rustc 1.74.1 (a28077b28 2023-12-04)
  • cargo 1.74.1 (ecb9851af 2023-10-18)
  • clippy 0.1.74 (a28077b 2023-12-04)

Annotations

Check failure on line 1 in crates/relayer-types/src/serializers.rs

See this annotation in the file changed.

@github-actions github-actions / clippy-no-default-features

unresolved import `serde::set`

error[E0432]: unresolved import `serde::set`
 --> crates/relayer-types/src/serializers.rs:1:12
  |
1 | use serde::set::{Serialize, Serializer};
  |            ^^^ could not find `set` in `serde`