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 c3fd541 commit 412134bCopy full SHA for 412134b
float-pigment-css/tests/serde.rs
@@ -22,7 +22,7 @@ fn for_each_serialize_format(s: &str, mut f: impl FnMut(StyleSheetGroup)) {
22
let mut ssg = StyleSheetGroup::new();
23
let buf = compile_style_sheet_to_json("", s);
24
let mut resource = StyleSheetResource::new();
25
- resource.add_json("", buf);
+ resource.add_json("", &buf);
26
ssg.append_from_resource(&resource, "", None);
27
f(ssg);
28
}
0 commit comments