diff --git a/markbase-core/src/webdav.rs b/markbase-core/src/webdav.rs index 19744b7..defd712 100644 --- a/markbase-core/src/webdav.rs +++ b/markbase-core/src/webdav.rs @@ -37,6 +37,7 @@ 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,