Open n0toose opened 1 day ago
r? @Noratrieb
rustbot has assigned @Noratrieb. They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.
Use r?
to explicitly pick a reviewer
@joboet Hesitantly pinging you as well because you also reviewed my original PR. Not sure if r?
will remove @Noratrieb as a reviewer ("one-reviewer-per-PR").
The job mingw-check-tidy
failed! Check out the build log: (web) (plain)
This is explicitly mentioned for std::fs::remove_file.
It is more likely for a slightly lazy programmer to believe that removing a file would work and that they do not have to distinguish between directories (with contents) and files themself, because of the function's recursive nature and how it distinguishes between files and directories when removing them.
Follow-up for #133183.