Skip to content

Commit

Permalink
fix: unused import in rust
Browse files Browse the repository at this point in the history
  • Loading branch information
young-ice authored and Code-Agitator committed Feb 17, 2024
1 parent a09db43 commit 43b624c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src-tauri/src/zerotier_manage.rs
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ mod tests {

use log::info;
use log::LevelFilter::Debug;
use tauri::async_runtime;

use crate::logger::init_logger_with_level;
use crate::zerotier_manage::*;
Expand Down

0 comments on commit 43b624c

Please sign in to comment.