Remove deserialize to support borrows.

This commit is contained in:
Tom Alexander
2023-12-25 12:42:38 -05:00
parent eb51bdfe2f
commit 995b41e697
61 changed files with 72 additions and 68 deletions

View File

@@ -6,7 +6,7 @@ use serde::Serialize;
use super::to_wasm::ToWasmContext;
use super::to_wasm::ToWasmStandardProperties;
#[derive(Debug, Serialize, Deserialize)]
#[derive(Debug, Serialize)]
pub(crate) struct WasmStandardProperties {
begin: usize,
end: usize,