mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-23 12:43:08 +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() {
|
||||
Ok(res) => {
|
||||
last_update_time = chrono::Local::now().timestamp();
|
||||
|
||||
#[allow(clippy::redundant_clone)]
|
||||
print_console_info(
|
||||
&watcher_ip,
|
||||
port,
|
||||
|
|
Loading…
Reference in a new issue