Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Vovke committed Oct 25, 2024
1 parent 19f378f commit 514b10f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
mod arguments;
mod callback;
mod chain;
mod database;
mod definitions;
Expand Down
1 change: 0 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ use utils::{
};

mod arguments;
mod callback;
mod chain;
mod database;
mod definitions;
Expand Down
3 changes: 1 addition & 2 deletions src/utils/logger.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
use super::shutdown;
use crate::{callback, database, error::Error, server};
use crate::{database, error::Error, server};
use tracing_subscriber::{fmt::time::UtcTime, EnvFilter};

const TARGETS: &[&str] = &[
callback::MODULE,
database::MODULE,
server::MODULE,
shutdown::MODULE,
Expand Down

0 comments on commit 514b10f

Please sign in to comment.