fix: clippy

This commit is contained in:
weisd
2025-07-01 09:41:55 +08:00
parent 37861d9af6
commit 3fd70de4a6
3 changed files with 5 additions and 7 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
use lazy_static::lazy_static;
use std::collections::{HashMap, HashSet};
use std::collections::HashMap;
use s3s::header::X_AMZ_STORAGE_CLASS;
@@ -75,4 +75,4 @@ pub fn is_rustfs_header(header_key: &str) -> bool {
pub fn is_minio_header(header_key: &str) -> bool {
header_key.to_lowercase().starts_with("x-minio-")
}
}