You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[] prelude::* in lib.rs
[] crate::cbor_encodings::* in serialize.rs
[] super::* in serialize.rs
[] super::* in cbor_encodings.rs
[] OrderedHashMap / BTreeMap in every struct file, regardless of if needed
The text was updated successfully, but these errors were encountered:
We blindly import various things in some places for simplicity's sake in the code generation.
Some have been fixed in #137 but others remain:
[]
prelude::*
in lib.rs[]
crate::cbor_encodings::*
in serialize.rs[]
super::*
in serialize.rs[]
super::*
in cbor_encodings.rs[]
OrderedHashMap
/BTreeMap
in every struct file, regardless of if neededThe text was updated successfully, but these errors were encountered: