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]
|
#[macro_use]
|
||||||
extern crate rocket;
|
extern crate rocket;
|
||||||
use rocket::fs::{relative, FileServer};
|
use rocket::fs::FileServer;
|
||||||
|
|
||||||
mod place;
|
mod place;
|
||||||
mod routes;
|
mod routes;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue