Files
rust/library
bors ab32c26b49 Auto merge of #150516 - Ayush1325:uefi-fs-readdir-fix, r=jhpratt
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`.
2025-12-31 03:13:08 +00:00
..
2025-12-23 09:56:09 +00:00
2025-11-16 23:35:37 -05:00
2025-12-13 16:31:09 +09:00
2025-12-19 15:48:47 -08:00