aboutsummaryrefslogtreecommitdiffstats
path: root/src/listing.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/listing.rs')
-rw-r--r--src/listing.rs4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/listing.rs b/src/listing.rs
index fbee8de..e40d73a 100644
--- a/src/listing.rs
+++ b/src/listing.rs
@@ -3,9 +3,7 @@ use std::io;
use std::path::{Component, Path, PathBuf};
use std::time::SystemTime;
-use actix_web::dev::ServiceResponse;
-use actix_web::web::Query;
-use actix_web::{HttpMessage, HttpRequest, HttpResponse};
+use actix_web::{dev::ServiceResponse, web::Query, HttpMessage, HttpRequest, HttpResponse};
use bytesize::ByteSize;
use comrak::{markdown_to_html, ComrakOptions};
use percent_encoding::{percent_decode_str, utf8_percent_encode};