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.
2 parents bd94eee + b3445d7 commit 8b07202Copy full SHA for 8b07202
collector/benchmarks/script-servo/components/dom_struct/lib.rs
@@ -19,5 +19,6 @@ pub fn dom_struct(args: TokenStream, input: TokenStream) -> TokenStream {
19
#[must_root]
20
#[repr(C)]
21
};
22
+ let attributes = attributes.to_string().parse().unwrap();
23
iter::once(attributes).chain(iter::once(input)).collect()
24
}
0 commit comments