mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 02:00:00 +03:00
ab32c26b49
std: sys: fs: uefi: Ignore "." and ".." when reading directory - At least in Unix, "." and ".." are not returned as a directory entry. So ignore these in UEFI as well. - Will also allow using the `remove_dir_all` implementation from `sys/fs/common`.