We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26af247 commit 766d626Copy full SHA for 766d626
iui/src/controls/create_macro.rs
@@ -9,7 +9,7 @@
9
// }
10
macro_rules! define_control {
11
// Match first any attributes (incl. doc comments) and then the actual invocation
12
- {$(#[$attr:meta])* rust_type: $rust_type:ident, sys_type: $sys_type:ident } => {
+ {$(#[$attr:meta])* rust_type: $rust_type:ident, sys_type: $sys_type:ident$(,)* } => {
13
#[allow(non_snake_case)]
14
// Include all attributes
15
$(#[$attr])*
0 commit comments