Draft: Calling support #1017
GitHub Actions / clippy
failed
Oct 19, 2024 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.81.0 (eeb90cda1 2024-09-04)
- cargo 1.81.0 (2dbb1af80 2024-08-20)
- clippy 0.1.81 (eeb90cd 2024-09-04)
Annotations
Check failure on line 19 in src/push_service/calling.rs
github-actions / clippy
no method named `get_json` found for mutable reference `&mut push_service::PushService` in the current scope
error[E0599]: no method named `get_json` found for mutable reference `&mut push_service::PushService` in the current scope
--> src/push_service/calling.rs:19:14
|
19 | self.get_json(
| -----^^^^^^^^ method not found in `&mut PushService`
Loading