Compare commits

..

No commits in common. "320b5f85689d12db3707f041da685a91cfc3cd38" and "6e71acdb7d7a34f6056085df7a286cff5d64fbcf" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View File

@ -2,7 +2,7 @@
[package] [package]
name = "organic" name = "organic"
version = "0.1.15" version = "0.1.14"
authors = ["Tom Alexander <tom@fizz.buzz>"] authors = ["Tom Alexander <tom@fizz.buzz>"]
description = "An org-mode parser." description = "An org-mode parser."
edition = "2021" edition = "2021"

View File

@ -11,7 +11,6 @@ macro_rules! to_wasm {
$wasm_context: crate::wasm::to_wasm::ToWasmContext<'_>, $wasm_context: crate::wasm::to_wasm::ToWasmContext<'_>,
) -> Result<Self::Output, crate::error::CustomError> { ) -> Result<Self::Output, crate::error::CustomError> {
let $original = self; let $original = self;
#[allow(unused_braces)]
$fnbody $fnbody
} }
} }