Compare commits
No commits in common. "320b5f85689d12db3707f041da685a91cfc3cd38" and "6e71acdb7d7a34f6056085df7a286cff5d64fbcf" have entirely different histories.
320b5f8568
...
6e71acdb7d
@ -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"
|
||||
|
@ -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
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user