remove unused import
This commit is contained in:
parent
a9ffc21491
commit
c6134360b8
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#[macro_use]
|
||||
extern crate rocket;
|
||||
use rocket::fs::{relative, FileServer};
|
||||
use rocket::fs::FileServer;
|
||||
|
||||
mod place;
|
||||
mod routes;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue