Update On Wed Mar 19 19:36:48 CET 2025

This commit is contained in:
github-action[bot]
2025-03-19 19:36:49 +01:00
parent 919174b555
commit 82f3853a94
212 changed files with 6881 additions and 6806 deletions

View File

@@ -500,7 +500,10 @@ where
debug_assert_eq!(method.key_len(), 0);
if !password.is_empty() {
warn!("method \"none\" doesn't need a password, which should be set as an empty String, but password.len() = {}", password.len());
warn!(
"method \"none\" doesn't need a password, which should be set as an empty String, but password.len() = {}",
password.len()
);
}
return Ok((password, Vec::new().into_boxed_slice(), Vec::new()));