mirror of
https://github.com/chatmail/core.git
synced 2026-05-05 06:16:30 +03:00
ci: update Rust to 1.81.0
This commit is contained in:
@@ -72,7 +72,7 @@ pub(super) fn decode_login(qr: &str) -> Result<Qr> {
|
||||
.unwrap_or(url_without_scheme);
|
||||
|
||||
let addr = payload
|
||||
.split(|c| c == '?' || c == '/')
|
||||
.split(['?', '/'])
|
||||
.next()
|
||||
.context("invalid DCLOGIN payload E3")?;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user