fix: clippy happy

This commit is contained in:
Roman 2026-06-11 18:01:41 +08:00
parent 759d4a849e
commit c073ab48bb
No known key found for this signature in database
GPG Key ID: 583BDF43C238B83E

View File

@ -56,7 +56,7 @@ impl From<BasicAuth> for BasicAuthCredentials {
#[cfg(test)]
mod tests {
use std::str::FromStr;
use std::str::FromStr as _;
use super::BasicAuth;