Remove unnecessary additional properties in the already-implemented types.

This commit is contained in:
Tom Alexander
2023-12-29 21:04:31 -05:00
parent 83e4b72307
commit a4414369ce
6 changed files with 41 additions and 45 deletions

View File

@@ -129,7 +129,7 @@ to_wasm!(
})
.map_or(Ok(None), |r| r.map(Some))?
.map(|child| Box::new(child)),
pre_blank: 0,
pre_blank: 0, // TODO: Should this be a no-op?
},
))
}