From c073ab48bbde57c596659d6e2e69bcb4adfaef18 Mon Sep 17 00:00:00 2001 From: Roman Date: Thu, 11 Jun 2026 18:01:41 +0800 Subject: [PATCH] fix: clippy happy --- lez/common/src/config.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lez/common/src/config.rs b/lez/common/src/config.rs index b6ceeba4..ec7ed6b3 100644 --- a/lez/common/src/config.rs +++ b/lez/common/src/config.rs @@ -56,7 +56,7 @@ impl From for BasicAuthCredentials { #[cfg(test)] mod tests { - use std::str::FromStr; + use std::str::FromStr as _; use super::BasicAuth;