提醒旧版前端分区问题

This commit is contained in:
2022-08-21 17:00:03 +08:00
parent 0e1a088575
commit 18262a62e0
4 changed files with 14 additions and 3 deletions

View File

@@ -1,3 +1,5 @@
#![allow(clippy::let_unit_value)]
use rocket::fairing::{Fairing, Info, Kind};
use rocket::http::Header;
use rocket::{Request, Response};