Skip to content

Update GitHub actions #2244

Update GitHub actions

Update GitHub actions #2244

GitHub Actions / clippy succeeded Jul 14, 2023 in 0s

reviewdog [clippy] report

reported by reviewdog 🐶

Findings (0)
Filtered Findings (1)

tendermint/src/time.rs|67 col 11| error: unneeded sub cfg when there is only one condition
--> tendermint/src/time.rs:67:11
|
67 | #[cfg(any(feature = "clock"))]
| ^^^^^^^^^^^^^^^^^^^^^^ help: try: feature = "clock"
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#non_minimal_cfg
= note: -D clippy::non-minimal-cfg implied by -D warnings