Feat/graphql api #15
Annotations
3 errors and 1 warning
Run clippy action:
sdk/src/models.rs#L8
error: unused import: `mapping::Node`
--> sdk/src/models.rs:8:10
|
8 | ids, mapping::Node, pb::{self, grc20}, system_ids
| ^^^^^^^^^^^^^
|
= note: `-D unused-imports` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(unused_imports)]`
|
Run clippy action:
sdk/src/mapping.rs#L4
error: unused import: `serde_with::with_prefix`
--> sdk/src/mapping.rs:4:5
|
4 | use serde_with::with_prefix;
| ^^^^^^^^^^^^^^^^^^^^^^^
|
Run clippy action
Clippy has exited with exit code 101
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading