Commit eaa940c
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
| |||
0 commit comments