Skip to content

Commit

Permalink
Update use in app.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
TaQuangKhoi committed Aug 14, 2024
1 parent 6e20663 commit fbd3fe2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/app.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
use std::env::var;
use std::thread;
use egui::Align2;
use egui_toast::{Toast, ToastKind, ToastOptions, Toasts};

Check failure on line 2 in src/app.rs

View workflow job for this annotation

GitHub Actions / Check

unused imports: `ToastKind`, `ToastOptions`, and `Toast`

Check failure on line 2 in src/app.rs

View workflow job for this annotation

GitHub Actions / Clippy

unused imports: `ToastKind`, `ToastOptions`, and `Toast`

Check failure on line 2 in src/app.rs

View workflow job for this annotation

GitHub Actions / Test Suite

unused imports: `ToastKind`, `ToastOptions`, and `Toast`
use crate::working_database::get_clean_tables;
use std::sync::mpsc;

/// We derive Deserialize/Serialize so we can persist app state on shutdown.
#[derive(serde::Deserialize, serde::Serialize)]
Expand Down

0 comments on commit fbd3fe2

Please sign in to comment.