This repository has been archived by the owner on Feb 15, 2024. It is now read-only.
Update SDK to gemini-3f-2023-oct-06
snapshot
#903
GitHub Actions / clippy
failed
Oct 6, 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.73.0-nightly (399b06823 2023-07-20)
- cargo 1.73.0-nightly (1b1555676 2023-07-18)
- clippy 0.1.73 (399b068 2023-07-20)
Annotations
Check failure on line 172 in node/src/lib.rs
github-actions / clippy
struct `subspace_service::SubspaceConfiguration` has no field named `dsn_sync_parallelism_level`
error[E0560]: struct `subspace_service::SubspaceConfiguration` has no field named `dsn_sync_parallelism_level`
--> node/src/lib.rs:172:13
|
172 | dsn_sync_parallelism_level,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ `subspace_service::SubspaceConfiguration` does not have this field
|
= note: all struct fields are already assigned
Loading