Remove unused import

This commit is contained in:
Kainoa Kanter 2022-03-14 17:53:03 -07:00 committed by GitHub
parent aa7377ac03
commit 2cd993bbd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ use config::Config;
use sqlx::{postgres::PgPoolOptions, PgPool};
use crate::routes::{get_paste, get_raw_paste, get_stats, new_paste};
use crate::routes::{get_paste, get_stats, new_paste};
#[derive(Clone)]
pub struct AppState {