Skip to content

Un-hork the bots by removing intermediate files #9018

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

Closed
wants to merge 1 commit into from

Conversation

alexcrichton
Copy link
Member

The new glob tests created tmp/glob-tests as a directory, but the never removed
it. The make clean target then attempted to rm -f on this, but it couldn't
remove the directory. This both changes the clean target to rm -rf tmp files,
and also alters the tests to delete the directory that all the files are added
into.

The new glob tests created tmp/glob-tests as a directory, but the never removed
it. The `make clean` target then attempted to `rm -f` on this, but it couldn't
remove the directory. This both changes the clean target to `rm -rf` tmp files,
and also alters the tests to delete the directory that all the files are added
into.
bors added a commit that referenced this pull request Sep 6, 2013
The new glob tests created tmp/glob-tests as a directory, but the never removed
it. The `make clean` target then attempted to `rm -f` on this, but it couldn't
remove the directory. This both changes the clean target to `rm -rf` tmp files,
and also alters the tests to delete the directory that all the files are added
into.
@bors bors closed this Sep 6, 2013
flip1995 pushed a commit to flip1995/rust that referenced this pull request Jun 30, 2022
enum_variant_names should ignore when all prefixes are _

close rust-lang#9018

When Enum prefix is only an underscore, we should not issue warnings.

changelog: fix false positive in enum_variant_names
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.

3 participants