remove unused imports

pull/328/head
FabianLars 2 years ago
parent b1c90d69a4
commit 8d20f7d53e
No known key found for this signature in database
GPG Key ID: 3B12BC1DEBF61125

@ -6,11 +6,10 @@ use aho_corasick::AhoCorasick;
use serde::{Deserialize, Serialize};
use tauri::{
plugin::{Builder, TauriPlugin},
FsScopeEvent, GlobPattern, Manager, Runtime,
FsScopeEvent, Manager, Runtime,
};
use std::{
collections::HashSet,
fs::{create_dir_all, File},
io::Write,
};

Loading…
Cancel
Save