Fix duplicate derive(Clone)
This commit is contained in:
@@ -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>,
|
||||
|
||||
Reference in New Issue
Block a user