mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-27 06:30:20 +00:00
clippy
This commit is contained in:
parent
3f74b10e7c
commit
9fe7dc9b91
1 changed files with 2 additions and 0 deletions
|
@ -422,6 +422,8 @@ pub async fn startup_default(
|
||||||
match build_manager.rebuild() {
|
match build_manager.rebuild() {
|
||||||
Ok(res) => {
|
Ok(res) => {
|
||||||
last_update_time = chrono::Local::now().timestamp();
|
last_update_time = chrono::Local::now().timestamp();
|
||||||
|
|
||||||
|
#[allow(clippy::redundant_clone)]
|
||||||
print_console_info(
|
print_console_info(
|
||||||
&watcher_ip,
|
&watcher_ip,
|
||||||
port,
|
port,
|
||||||
|
|
Loading…
Reference in a new issue