Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed Dec 27, 2024
1 parent 281308b commit 2cb8441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ mod test {

#[test]
fn test_atomic_write_file() {
let sys = RealSys::default();
let sys = RealSys;
let temp_dir = tempfile::tempdir().unwrap();
let path = temp_dir.path().join("a/b/c");
atomic_write_file_with_retries(&sys, &path, b"data", 0o644).unwrap();
Expand Down

0 comments on commit 2cb8441

Please sign in to comment.