Add a scanning results reader #8104
Merged
GitHub Actions / Clippy (stable) Results
failed
Dec 13, 2023 in 0s
Clippy (stable) Results
1 error
Details
Results
Message level | Amount |
---|---|
Internal compiler error | 0 |
Error | 1 |
Warning | 0 |
Note | 0 |
Help | 0 |
Versions
- rustc 1.74.1 (a28077b28 2023-12-04)
- cargo 1.74.1 (ecb9851af 2023-10-18)
- clippy 0.1.74 (a28077b 2023-12-04)
Annotations
Check failure on line 43 in zebra-utils/src/bin/scanning-results-reader/main.rs
github-actions / Clippy (stable) Results
this function takes 2 arguments but 3 arguments were supplied
error[E0061]: this function takes 2 arguments but 3 arguments were supplied
--> zebra-utils/src/bin/scanning-results-reader/main.rs:43:19
|
43 | let storage = Storage::new(&Config::default(), zebra_network(&network), true);
| ^^^^^^^^^^^^ ------
| | |
| | unexpected argument of type `bool`
| help: remove the extra argument
|
note: associated function defined here
--> /home/runner/work/zebra/zebra/zebra-scan/src/storage.rs:62:12
|
62 | pub fn new(config: &Config, network: Network) -> Self {
| ^^^
Loading