chore: clear some code
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
dc8064b90d
commit
199c6c7d4f
@ -1,6 +1,5 @@
|
||||
#[macro_use]
|
||||
extern crate rocket;
|
||||
//use std::{thread, time::Duration, sync::Arc, io};
|
||||
use ::std::sync::Arc;
|
||||
|
||||
mod animations;
|
||||
@ -19,8 +18,6 @@ use r2d2_sqlite::SqliteConnectionManager;
|
||||
|
||||
use crate::db::setup_database;
|
||||
|
||||
//use std::sync::atomic::AtomicBool;
|
||||
|
||||
use std::{
|
||||
error::Error,
|
||||
sync::{
|
||||
|
Loading…
Reference in New Issue
Block a user