mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-01-29 08:45:41 +08:00
chore: update Rust toolchain to version 1.91 and adjust edition in rustfmt configuration
This commit is contained in:
@@ -92,7 +92,8 @@ impl WebDavClient {
|
||||
|| verge.webdav_username.is_none()
|
||||
|| verge.webdav_password.is_none()
|
||||
{
|
||||
let msg: String = "Unable to create web dav client, please make sure the webdav config is correct".into();
|
||||
let msg: String =
|
||||
"Unable to create web dav client, please make sure the webdav config is correct".into();
|
||||
return Err(anyhow::Error::msg(msg));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user