This check has been archived and is scheduled for deletion.
Learn more about checks retention
GitHub Actions / clippy
failed
Aug 9, 2023 in 0s
clippy
1 error
Details
Results
Message level | Amount |
---|---|
Internal compiler error | 0 |
Error | 1 |
Warning | 0 |
Note | 0 |
Help | 0 |
Versions
- rustc 1.69.0 (84c898d65 2023-04-16)
- cargo 1.69.0 (6e9a83356 2023-04-12)
- clippy 0.1.69 (84c898d 2023-04-16)
Annotations
Check failure on line 162 in pallets/xvm/src/lib.rs
github-actions / clippy
statement with no effect
error: statement with no effect
--> pallets/xvm/src/lib.rs:159:13
|
159 | / CallErrorWithWeight {
160 | | error: CallError::Reentrancy,
161 | | used_weight: overheads,
162 | | };
| |______________^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#no_effect
= note: `-D clippy::no-effect` implied by `-D clippy::complexity`
Loading