mirror of
https://github.com/esp-rs/espup.git
synced 2025-10-02 07:10:36 +00:00
fix: 🎨 Fix clippy warnings
This commit is contained in:
parent
eff79cf661
commit
9776c0b1be
@ -132,7 +132,7 @@ mod tests {
|
||||
assert!(result.is_ok());
|
||||
let path = result.unwrap();
|
||||
#[cfg(windows)]
|
||||
let path = path.replace("/", "\\");
|
||||
let path = path.replace('/', "\\");
|
||||
assert_eq!(path, output_directory.join(file_name).to_str().unwrap());
|
||||
assert!(output_directory.exists());
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user