Skip to content

Commit 5dec92a

Browse files
committed
Fix compilation without the extra syn features
1 parent e480e7a commit 5dec92a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

qmetaobject_impl/src/qrc_impl.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ use syn::parse::{Parse, ParseStream, Result};
2525
use syn::{Ident, LitStr, Token, Visibility};
2626

2727
/// Function with this name and visibility modifier will be generated by the `qrc!` macro.
28-
#[derive(Debug)]
2928
struct TargetFunc {
3029
vis: Visibility,
3130
ident: Ident,

0 commit comments

Comments
 (0)