feat: adjust config params #337
GitHub Actions / clippy
failed
Jan 3, 2025 in 0s
clippy
2 errors
Details
Results
Message level | Amount |
---|---|
Internal compiler error | 0 |
Error | 2 |
Warning | 0 |
Note | 0 |
Help | 0 |
Versions
- rustc 1.82.0 (f6e511eec 2024-10-15)
- cargo 1.82.0 (8f40fc59f 2024-08-21)
- clippy 0.1.82 (f6e511e 2024-10-15)
Annotations
Check failure on line 215 in test-utils/src/lib.rs
github-actions / clippy
cannot find function `as_tors` in this scope
error[E0425]: cannot find function `as_tors` in this scope
--> test-utils/src/lib.rs:215:52
|
215 | type DefaultAgentApplicationCost = ConstU128<{ as_tors(1_000) }>;
| ^^^^^^^ not found in this scope
|
help: you might be missing a const parameter
|
198 | impl<const as_tors: /* Type */> pallet_governance::Config for Test {
| +++++++++++++++++++++++++++
Check failure on line 215 in test-utils/src/lib.rs
github-actions / clippy
cannot find function `as_tors` in this scope
error[E0425]: cannot find function `as_tors` in this scope
--> test-utils/src/lib.rs:215:52
|
215 | type DefaultAgentApplicationCost = ConstU128<{ as_tors(1_000) }>;
| ^^^^^^^ not found in this scope
|
help: you might be missing a const parameter
|
198 | impl<const as_tors: /* Type */> pallet_governance::Config for Test {
| +++++++++++++++++++++++++++
Loading