Skip to content

Commit

Permalink
get rid of unused import warning
Browse files Browse the repository at this point in the history
  • Loading branch information
zUnixorn committed Oct 15, 2023
1 parent d05ffc5 commit a1b430a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 27 deletions.
26 changes: 0 additions & 26 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion backend/src/link.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ use std::fmt::{Display, Formatter};

use chrono::Local;
use serde::Deserialize;
use serde_json::json;
use sqlx::{Pool, Sqlite};
use tracing::debug;
use utoipa::ToSchema;
Expand Down

0 comments on commit a1b430a

Please sign in to comment.