Compare section.
This commit is contained in:
@@ -28,3 +28,9 @@ to_wasm!(
|
||||
})
|
||||
}
|
||||
);
|
||||
|
||||
impl<'s, 'p> Into<WasmAstNode<'s, 'p>> for WasmPlainList<'s, 'p> {
|
||||
fn into(self) -> WasmAstNode<'s, 'p> {
|
||||
WasmAstNode::PlainList(self)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user