Skip to content
Snippets Groups Projects
Verified Commit 4b62367c authored by Eduardo Trujillo's avatar Eduardo Trujillo
Browse files

style(config): Remove unused imports

parent e340e0bc
No related branches found
No related tags found
1 merge request!3v2.0.0
......@@ -2,17 +2,14 @@
use crate::files::directory::{index::IndexStrategy, listing::default_listing_renderer};
use serde_derive::{Deserialize, Serialize};
use snafu::{ResultExt, Snafu};
use snafu::Snafu;
use std::{
collections::{HashMap, HashSet},
env, fs,
net::SocketAddr,
path::{Path, PathBuf},
path::PathBuf,
sync::Arc,
};
const PKG_NAME: &str = env!("CARGO_PKG_NAME");
#[derive(Snafu, Debug)]
pub enum Error {
/// The configuration file could not be found or read.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment