-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
rm: Remove remove_dir_all dependency #4340
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
Conversation
43a4167 to
c6f212d
Compare
|
GNU testsuite comparison: |
|
GNU testsuite comparison: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay so I may have jumped the gun by creating an issue for it. Looking into this some more, there's still this open issue: rust-lang/rust#29497. But I'm not really sure how big of an issue that is and there have also been a lot of improvements over the years. Ideally we'd have some test case for it.
@sylvestre do you think we should try this?
deny.toml
Outdated
| # introduces it. | ||
| # spell-checker: disable | ||
| skip = [ | ||
| # tempfile |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you remove this line as well?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
c6f212d to
0b1edd3
Compare
|
At least, the CI is green here :) |
|
Alright, we'll see how it goes, we can always revert :) Thanks @howjmay! |
|
Thank you too! |
Closes #4335