Skip to content

Commit eaa940c

Browse files
fix(src/metadata.rs): remove unused std::fs::File import (#25)
Unused import promoted to compile error by `RUSTFLAGS=-Dwarnings` on test + coverage jobs, blocking every Dependabot PR. `rg` confirms `File` is referenced nowhere else in the file. Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 12d1067 commit eaa940c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/metadata.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
1717
use crate::ImagePair;
1818
use anyhow::Result;
19-
use std::fs::File;
2019
use std::io::{BufWriter, Write};
2120
use std::path::Path;
2221

0 commit comments

Comments
 (0)