mirror of
https://github.com/mbilker/kbinxml-rs.git
synced 2026-09-08 10:35:32 -05:00
de(structure): fields not checked
This commit is contained in:
@@ -10,7 +10,7 @@ pub struct Struct<'a, 'de: 'a> {
|
||||
}
|
||||
|
||||
impl<'de, 'a> Struct<'a, 'de> {
|
||||
pub fn new(de: &'a mut Deserializer<'de>, fields: &'static [&'static str]) -> Self {
|
||||
pub fn new(de: &'a mut Deserializer<'de>, _fields: &'static [&'static str]) -> Self {
|
||||
Self {
|
||||
de,
|
||||
//fields,
|
||||
|
||||
Reference in New Issue
Block a user