apply clippy

This commit is contained in:
yggverse 2025-02-23 06:21:57 +02:00
parent 44419afc16
commit 20d58b6be1
17 changed files with 17 additions and 17 deletions

View file

@ -19,7 +19,7 @@ impl CgiError {
bail!("Invalid status code")
}
Ok(Self {
message: String::from_utf8((&h[3..]).to_vec()).map(|m| {
message: String::from_utf8((h[3..]).to_vec()).map(|m| {
if m.is_empty() {
None
} else {