GitHub Actions / clippy
failed
Mar 14, 2024 in 0s
reviewdog [clippy] report
reported by reviewdog 🐶
Findings (1)
rpc/tests/sei_fixtures.rs|3 col 5| error[E0432]: unresolved import tendermint_rpc
--> rpc/tests/sei_fixtures.rs:3:5
|
3 | use tendermint_rpc::{endpoint, Response};
| ^^^^^^^^^^^^^^ use of undeclared crate or module tendermint_rpc
Filtered Findings (0)
Annotations
Check failure on line 3 in rpc/tests/sei_fixtures.rs
github-actions / clippy
[clippy] rpc/tests/sei_fixtures.rs#L3
error[E0432]: unresolved import `tendermint_rpc`
--> rpc/tests/sei_fixtures.rs:3:5
|
3 | use tendermint_rpc::{endpoint, Response};
| ^^^^^^^^^^^^^^ use of undeclared crate or module `tendermint_rpc`
Raw output
rpc/tests/sei_fixtures.rs:3:5:e:error[E0432]: unresolved import `tendermint_rpc`
--> rpc/tests/sei_fixtures.rs:3:5
|
3 | use tendermint_rpc::{endpoint, Response};
| ^^^^^^^^^^^^^^ use of undeclared crate or module `tendermint_rpc`
__END__
Loading