rocket 0.5-rc2 & rust 1.64

This commit is contained in:
2022-09-23 12:47:06 +08:00
parent 2bae66099d
commit 791d1f526d
12 changed files with 30 additions and 29 deletions

View File

@@ -1,3 +1,5 @@
#![allow(clippy::unnecessary_lazy_evaluations)]
use crate::db_conn::Db;
use crate::libs::diesel_logger::LoggingConnection;
use crate::models::*;