mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-19 19:16:17 +00:00
fix:Apply suggestions from clippy 1.88
This commit is contained in:
@@ -54,7 +54,7 @@ mod tests {
|
||||
assert!(path.exists(), "The project root directory does not exist:{}", path.display());
|
||||
println!("The test is passed, the project root directory:{}", path.display());
|
||||
}
|
||||
Err(e) => panic!("Failed to get the project root directory:{}", e),
|
||||
Err(e) => panic!("Failed to get the project root directory:{e}"),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user