Skip to content

Commit

Permalink
chore: get rid of redundant #[macro_use]
Browse files Browse the repository at this point in the history
  • Loading branch information
lajp committed Feb 15, 2024
1 parent a84ee7f commit 4c5fe92
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ mod schema;
#[cfg(test)]
mod tests;

#[macro_use]
extern crate diesel;

#[macro_use]
extern crate tracing;

Expand Down

0 comments on commit 4c5fe92

Please sign in to comment.