fix compiler warning
This commit is contained in:
parent
c421c4e349
commit
b110623ae8
|
@ -1,5 +1,5 @@
|
|||
use warp::{http::Response, Rejection, Reply};
|
||||
use crate::templates::{Html, RenderRucte};
|
||||
use crate::templates::{RenderRucte};
|
||||
|
||||
include!(concat!(env!("OUT_DIR"), "/templates.rs"));
|
||||
|
||||
|
|
Loading…
Reference in New Issue