mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 14:54:16 +00:00
fix: useless_conversion
This commit is contained in:
parent
f102125d3c
commit
122fd2bc74
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ pub fn html_parts(
|
|||
wasm_output_name.push_str("_bg");
|
||||
}
|
||||
|
||||
let leptos_autoreload = autoreload("".into(), options);
|
||||
let leptos_autoreload = autoreload("", options);
|
||||
|
||||
let html_metadata =
|
||||
meta.and_then(|mc| mc.html.as_string()).unwrap_or_default();
|
||||
|
|
Loading…
Reference in a new issue