diff --git a/filed/src/web/pages.rs b/filed/src/web/pages.rs index 5e7b33a..6bf88ad 100644 --- a/filed/src/web/pages.rs +++ b/filed/src/web/pages.rs @@ -2,9 +2,9 @@ pages.rs - All the HTML pages */ -use std::{collections::HashMap, convert::Infallible}; +use std::collections::HashMap; -use warp::{reply::{Reply, Html}, Filter, reject::{Rejection, Reject}}; +use warp::{reply::{Reply, Html}, Filter, reject::Rejection}; use askama::Template; use crate::env::Env;