Skip to content

Rebrand to CometBFT in naming, documentation, links #12

Rebrand to CometBFT in naming, documentation, links

Rebrand to CometBFT in naming, documentation, links #12

GitHub Actions / clippy succeeded Dec 13, 2023 in 1s

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)]