Fix clippy warnings: unused imports, minor style fixes
This commit is contained in:
@@ -2,7 +2,6 @@ use axum::{extract::Request, response::IntoResponse, Extension};
|
||||
use clap::Subcommand;
|
||||
use dav_server::{fakels::FakeLs, DavHandler};
|
||||
use std::path::PathBuf;
|
||||
use std::sync::Arc;
|
||||
|
||||
#[derive(Subcommand)]
|
||||
pub enum WebdavCommand {
|
||||
|
||||
Reference in New Issue
Block a user