mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 06:44:17 +00:00
fix(ci): "needless borrow" error
This commit is contained in:
parent
5b40881e77
commit
b431315f7c
1 changed files with 1 additions and 1 deletions
|
@ -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"),
|
||||
|
|
Loading…
Reference in a new issue