chore: fix unused imports and warnings
This commit is contained in:
parent
f0eb152b7d
commit
37a2329c6c
20 changed files with 73 additions and 112 deletions
|
|
@ -12,7 +12,7 @@ struct MappedId {
|
|||
|
||||
#[derive(Serialize)]
|
||||
#[serde(rename = "mapped_ids")]
|
||||
struct MappedIds {
|
||||
pub struct MappedIds {
|
||||
mapped_id: Vec<MappedId>,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue