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]
name = "organic"
version = "0.1.15"
version = "0.1.14"
authors = ["Tom Alexander <tom@fizz.buzz>"]
description = "An org-mode parser."
edition = "2021"

View File

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