Skip to content

Commit

Permalink
Run clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
domsleee committed Nov 15, 2023
1 parent 29ec919 commit e298f71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testenv/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ fn create_package_json(package_json_path: &Path) -> Result<(), io::Error> {
}
"#;

let mut file = fs::File::create(&package_json_path)?;
let mut file = fs::File::create(package_json_path)?;
file.write_all(package_json_str.as_bytes())?;

Ok(())
Expand Down

0 comments on commit e298f71

Please sign in to comment.