diff options
| author | Andrew Guschin <guschin@altlinux.org> | 2024-10-11 13:40:09 +0400 |
|---|---|---|
| committer | Andrew Guschin <guschin@altlinux.org> | 2024-10-11 13:40:09 +0400 |
| commit | c3deb1239b46ed39d64cadb28835e5e22f58d597 (patch) | |
| tree | 43073cbb45a99985a1de865e44ed102762fc1690 /graph-checker/src/main.rs | |
| parent | 8f1208d48fbc3c7e6de7870110fb981e9a467aa4 (diff) | |
chore: fix clippy warnings
Diffstat (limited to 'graph-checker/src/main.rs')
| -rw-r--r-- | graph-checker/src/main.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/graph-checker/src/main.rs b/graph-checker/src/main.rs index 25a7768..231221e 100644 --- a/graph-checker/src/main.rs +++ b/graph-checker/src/main.rs @@ -1,6 +1,5 @@ use sqlx::{migrate::MigrateDatabase, QueryBuilder, Sqlite}; use std::time::Instant; -use tokio; mod graph; |