allow non snake case in structs cus event_ID from libcwtch-go go standard

This commit is contained in:
Dan Ballard 2021-09-08 08:24:24 -07:00
parent 652526fffb
commit 86623daf57
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
#![allow(non_snake_case)]
use serde::{Deserialize, Serialize};
use std::collections::HashMap;