Skip to content

Commit

Permalink
chore: fix warning about unused import and remove unused dependecy
Browse files Browse the repository at this point in the history
  • Loading branch information
hrzlgnm committed Nov 1, 2024
1 parent bac02e3 commit cb95cd8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 15 deletions.
13 changes: 0 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ chrono = "0.4.38"
console_error_panic_hook = "0.1.7"
console_log = "1.0.0"
futures = "0.3.30"
gloo-timers = { version = "0.3.0", features = ["futures"] }
icondata = "0.4.0"
js-sys = "0.3.70"
leptos = { version = "0.6.15", features = ["csr"] }
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use clap::builder::TypedValueParser as _;
use clap::Parser;
use mdns_sd::{ServiceDaemon, ServiceEvent, ServiceInfo};
use models::*;
#[cfg(not(debug_assertions))]
#[cfg(any(not(debug_assertions), desktop))]
use shared_constants::SPLASH_SCREEN_DURATION;
use shared_constants::{MDNS_SD_META_SERVICE, METRICS_CHECK_INTERVAL};
use std::{
Expand Down

0 comments on commit cb95cd8

Please sign in to comment.