fix: chain_spec #894
GitHub Actions / clippy
failed
Dec 3, 2024 in 1s
clippy
1 error
Details
Results
Message level | Amount |
---|---|
Internal compiler error | 0 |
Error | 1 |
Warning | 0 |
Note | 0 |
Help | 0 |
Versions
- rustc 1.84.0-nightly (662180b34 2024-10-20)
- cargo 1.84.0-nightly (cf53cc54b 2024-10-18)
- clippy 0.1.84 (662180b34d 2024-10-20)
Annotations
Check failure on line 22 in xtask/src/mainnet_spec.rs
github-actions / clippy
use of a disallowed/placeholder name `foo`
error: use of a disallowed/placeholder name `foo`
--> xtask/src/mainnet_spec.rs:22:9
|
22 | let foo = hex_literal::hex!("a2b6e3b1089b8e233fe38bb9d8028a4b728c4b984f5b07507f2b198192c6e760");
| ^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#disallowed_names
= note: `-D clippy::disallowed-names` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::disallowed_names)]`
Loading