Skip to content

Rename the crates to cometbft*, remove deprecated crates #5

Rename the crates to cometbft*, remove deprecated crates

Rename the crates to cometbft*, remove deprecated crates #5

GitHub Actions / clippy succeeded Dec 11, 2023 in 0s

reviewdog [clippy] report

reported by reviewdog 🐶

Findings (0)
Filtered Findings (1)

cometbft/src/chain/id.rs|60 col 16| error: this as_str is redundant and can be removed as the method immediately following exists on String too
--> cometbft/src/chain/id.rs:60:16
|
60 | self.0.as_str().as_bytes()
| ^^^^^^^^^^^^^^^^^ help: try: as_bytes
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_as_str
note: the lint level is defined here
--> cometbft/src/lib.rs:10:5
|
10 | warnings,
| ^^^^^^^^
= note: #[deny(clippy::redundant_as_str)] implied by #[deny(warnings)]