feat(rpc): introduce entry point routing #199
GitHub Actions / clippy
failed
Mar 30, 2024 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.75.0 (82e1608df 2023-12-21)
- cargo 1.75.0 (1d8b05cdd 2023-11-20)
- clippy 0.1.75 (82e1608 2023-12-21)
Annotations
Check failure on line 1129 in crates/sim/src/simulation/v0_6/simulator.rs
github-actions / clippy
no function or associated item named `new` found for struct `rundler_types::EntityInfos` in the current scope
error[E0599]: no function or associated item named `new` found for struct `rundler_types::EntityInfos` in the current scope
--> crates/sim/src/simulation/v0_6/simulator.rs:1129:40
|
1129 | entity_infos: EntityInfos::new(
| ^^^ function or associated item not found in `EntityInfos`
Check failure on line 1012 in crates/sim/src/simulation/v0_6/simulator.rs
github-actions / clippy
no function or associated item named `new` found for struct `rundler_types::EntityInfos` in the current scope
error[E0599]: no function or associated item named `new` found for struct `rundler_types::EntityInfos` in the current scope
--> crates/sim/src/simulation/v0_6/simulator.rs:1012:40
|
1012 | entity_infos: EntityInfos::new(
| ^^^ function or associated item not found in `EntityInfos`
Loading