Tests for post service #469
This check has been archived and is scheduled for deletion.
Learn more about checks retention
GitHub Actions / clippy
succeeded
Sep 25, 2023 in 0s
clippy
1 warning
Details
Results
Message level | Amount |
---|---|
Internal compiler error | 0 |
Error | 0 |
Warning | 1 |
Note | 0 |
Help | 0 |
Versions
- rustc 1.72.0-nightly (36fb58e43 2023-06-26)
- cargo 1.72.0-nightly (03bc66b55 2023-06-23)
- clippy 0.1.72 (36fb58e 2023-06-26)
Annotations
Check warning on line 281 in src/prove.rs
github-actions / clippy
this function has too many arguments (8/7)
warning: this function has too many arguments (8/7)
--> src/prove.rs:272:1
|
272 | / pub fn generate_proof(
273 | | datadir: &Path,
274 | | challenge: &[u8; 32],
275 | | cfg: Config,
... |
280 | | stop: Arc<AtomicBool>,
281 | | ) -> eyre::Result<Proof<'static>> {
| |_________________________________^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#too_many_arguments
= note: `#[warn(clippy::too_many_arguments)]` on by default
Loading