Fix duplicate derive(Clone)
Some checks failed
Test / test (push) Has been cancelled
Test / build (push) Has been cancelled

This commit is contained in:
Warren
2026-06-22 07:28:33 +08:00
parent 4003864d28
commit 37d0fe1a3c

View File

@@ -37,7 +37,6 @@ fn map_vfs_error(e: VfsError) -> FsError {
/// Expected credentials for WebDAV Basic Auth validation
#[derive(Clone)]
#[derive(Clone)]
pub struct WebdavCredentials {
pub username: String,
pub password: Option<String>,