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

@@ -9,7 +9,7 @@ use super::standard_properties::WasmStandardProperties;
use super::to_wasm::ToWasm;
use crate::wasm::to_wasm::ToWasmStandardProperties;
#[derive(Debug, Serialize, Deserialize)]
#[derive(Debug, Serialize)]
#[serde(tag = "ast_node")]
#[serde(rename = "org-data")]
pub(crate) struct WasmPlainList<'s> {