chore: update Rust toolchain to version 1.91 and adjust edition in rustfmt configuration

This commit is contained in:
Tunglies
2025-11-09 16:31:37 +08:00
parent c763fdd233
commit f644036e08
5 changed files with 10 additions and 3 deletions

View File

@@ -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));
}