Add TODO about none checks
This commit is contained in:
parent
111af5788d
commit
2ce74d3177
1 changed files with 1 additions and 0 deletions
|
@ -69,6 +69,7 @@ pub struct Entry {
|
||||||
|
|
||||||
#[br(parse_with = read_string_with_length)]
|
#[br(parse_with = read_string_with_length)]
|
||||||
#[bw(write_with = write_string_with_length)]
|
#[bw(write_with = write_string_with_length)]
|
||||||
|
// TODO: remove the "None" check since that's working around missing "None" padding at the end of structs and elsewhere
|
||||||
#[br(if(name != "None"))]
|
#[br(if(name != "None"))]
|
||||||
pub type_name: String,
|
pub type_name: String,
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue