GitHub Actions / clippy
failed
Oct 17, 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.63.0 (4b91a6ea7 2022-08-08)
- cargo 1.63.0 (fd9c4297c 2022-07-01)
- clippy 0.1.63 (4b91a6e 2022-08-08)
Annotations
Check failure on line 250 in src/signature.rs
github-actions / clippy
`let...else` statements are unstable
error[E0658]: `let...else` statements are unstable
--> src/signature.rs:231:5
|
231 | / let Some(Ok(acc)) = messages
232 | | .par_iter()
233 | | .zip(public_keys.par_iter())
234 | | .chunks(n_messages / n_workers)
... |
249 | | return false;
250 | | };
| |______^
|
= note: see issue #87335 <https://github.com/rust-lang/rust/issues/87335> for more information
Loading