fix(ci): "needless borrow" error

This commit is contained in:
Paul Hansen 2024-03-01 08:38:01 -06:00
parent 5b40881e77
commit b431315f7c

View file

@ -104,7 +104,7 @@ pub fn html_parts_separated(
"() => mod.hydrate()"
};
let (js_hash, wasm_hash, css_hash) = get_hashes(&options);
let (js_hash, wasm_hash, css_hash) = get_hashes(options);
let head = head.replace(
&format!("{output_name}.css"),