Skip to content

fix(src/metadata.rs): remove unused std::fs::File import#25

Merged
hyperpolymath merged 1 commit into
mainfrom
fix/remove-unused-imports
May 14, 2026
Merged

fix(src/metadata.rs): remove unused std::fs::File import#25
hyperpolymath merged 1 commit into
mainfrom
fix/remove-unused-imports

Conversation

@hyperpolymath
Copy link
Copy Markdown
Owner

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.

The import was unused (rg confirms File is referenced nowhere else in the file) and was being promoted to a compile error by RUSTFLAGS=-Dwarnings on the CI test + coverage jobs, blocking every Dependabot PR with`error: unused import: std::fs::File`.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@hyperpolymath hyperpolymath merged commit eaa940c into main May 14, 2026
7 of 9 checks passed
@hyperpolymath hyperpolymath deleted the fix/remove-unused-imports branch May 14, 2026 13:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant