Skip to content

Commit d6d1b4c

Browse files
committed
fix clippy lints in props macro
1 parent 9ca1b90 commit d6d1b4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

glib-macros/src/props.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ enum PropAttr {
7575
Blurb(syn::LitStr),
7676
}
7777

78-
const FLAGS: [&'static str; 16] = [
78+
const FLAGS: [&str; 16] = [
7979
"READABLE",
8080
"WRITABLE",
8181
"READWRITE",

0 commit comments

Comments
 (0)