mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-07 05:43:14 +00:00
fix:Apply suggestions from clippy 1.88
This commit is contained in:
@@ -270,8 +270,8 @@ mod test {
|
||||
println!("len: {}", "╦".len());
|
||||
let result = replace_symbol(delimiter, slice);
|
||||
match String::from_utf8(result) {
|
||||
Ok(s) => println!("slice: {}", s),
|
||||
Err(e) => eprintln!("Error converting to string: {}", e),
|
||||
Ok(s) => println!("slice: {s}"),
|
||||
Err(e) => eprintln!("Error converting to string: {e}"),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user