Skip to content

Commit 0bdb508

Browse files
committed
fix #2: duplicate key in record (second "signals" should have been "annotations")
1 parent 52f57e3 commit 0bdb508

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/introspection.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ impl Interface {
107107
"methods" => list_to_value!(self.methods, span),
108108
"signals" => list_to_value!(self.signals, span),
109109
"properties" => list_to_value!(self.properties, span),
110-
"signals" => list_to_value!(self.signals, span),
110+
"annotations" => list_to_value!(self.annotations, span),
111111
},
112112
span,
113113
)

0 commit comments

Comments
 (0)