cargo clippy --fix
This commit is contained in:
parent
b343b6138b
commit
6286b73b4b
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
use std::ops::Deref;
|
||||
|
||||
use reqwest::StatusCode;
|
||||
use rocket::{http::{CookieJar, Status}, State, Response};
|
||||
|
||||
use rocket::{http::{CookieJar, Status}, State};
|
||||
use rocket_dyn_templates::{context, Template};
|
||||
|
||||
use crate::{
|
||||
|
|
Loading…
Add table
Reference in a new issue