Start defining the return type.
This commit is contained in:
4
src/wasm/mod.rs
Normal file
4
src/wasm/mod.rs
Normal file
@@ -0,0 +1,4 @@
|
||||
mod document;
|
||||
mod parse_result;
|
||||
|
||||
pub(crate) use parse_result::ParseResult;
|
||||
Reference in New Issue
Block a user