diff --git a/src/structs.rs b/src/structs.rs index 97ec563..3197f25 100644 --- a/src/structs.rs +++ b/src/structs.rs @@ -1,3 +1,5 @@ +#![allow(non_snake_case)] + use serde::{Deserialize, Serialize}; use std::collections::HashMap;