diff options
Diffstat (limited to '')
-rw-r--r-- | src/renderer.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/renderer.rs b/src/renderer.rs index f36636b..986a0b3 100644 --- a/src/renderer.rs +++ b/src/renderer.rs @@ -3,8 +3,9 @@ use chrono::{DateTime, Utc}; use chrono_humanize::Humanize; use maud::{html, Markup, PreEscaped, DOCTYPE}; use std::time::SystemTime; -use strum::IntoEnumIterator; use structopt::clap::{crate_name, crate_version}; +use strum::IntoEnumIterator; + use crate::archive::CompressionMethod; use crate::listing::{Breadcrumb, Entry, SortingMethod, SortingOrder}; |