Skip to content

Commit

Permalink
Clippy be happy
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuhiko committed Feb 19, 2024
1 parent 181dfaf commit 2a60c07
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/env.rs
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,6 @@ impl std::str::FromStr for UnreferencedSnapshots {
pub fn memoize_snapshot_file(snapshot_file: &Path) {
if let Ok(path) = env::var("INSTA_SNAPSHOT_REFERENCES_FILE") {
let mut f = fs::OpenOptions::new()
.write(true)
.append(true)
.create(true)
.open(path)
Expand Down

0 comments on commit 2a60c07

Please sign in to comment.