Skip to content

Commit 2e76091

Browse files
committed
Fix clippy lint
1 parent f65b02f commit 2e76091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ use bytesize::ByteSize;
1818
use clap::{CommandFactory, Parser, crate_version};
1919
use colored::*;
2020
use dav_server::{
21-
DavConfig, DavHandler, DavMethodSet,
21+
DavHandler, DavMethodSet,
2222
actix::{DavRequest, DavResponse},
2323
};
2424
use fast_qr::QRBuilder;

0 commit comments

Comments
 (0)