Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

printf: delete unused file #6758

Merged
merged 1 commit into from
Oct 1, 2024

Conversation

BenWiederhake
Copy link
Collaborator

The main file in directories like this is main.rs (in contrast to subdirectories, where it would be src/foo/mod.rs), and no other src/mod.rs exists, indicating that this was just an error all the way back in 0892ad3.

Found by #6721.

Fixes #6721.

@BenWiederhake
Copy link
Collaborator Author

(The two failing tests are flakes, because git.savannah.gnu.org seems to be down.)

@sylvestre sylvestre merged commit 095819b into uutils:main Oct 1, 2024
66 of 68 checks passed
@BenWiederhake BenWiederhake deleted the dev-rm-unused-file-printf branch October 1, 2024 17:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

pre-commit run --all-files fails
2 participants