We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbdee52 commit 814ab4cCopy full SHA for 814ab4c
1 file changed
src/descriptor/dsl.rs
@@ -175,7 +175,7 @@ macro_rules! impl_node_opcode_two {
175
#[doc(hidden)]
176
#[macro_export]
177
macro_rules! impl_node_opcode_three {
178
- ( $terminal_variant:ident, $( $inner:tt )* ) => {
+ ( $terminal_variant:ident, $( $inner:tt )* ) => ({
179
use $crate::descriptor::CheckMiniscript;
180
181
let inner = $crate::fragment_internal!( @t $( $inner )* );
@@ -201,7 +201,7 @@ macro_rules! impl_node_opcode_three {
201
202
Ok((minisc, a_keymap, networks))
203
})
204
- };
+ });
205
}
206
207
0 commit comments