std: sys: fs: uefi: Ignore "." and ".." when reading directory#150516
std: sys: fs: uefi: Ignore "." and ".." when reading directory#150516bors merged 1 commit intorust-lang:mainfrom
Conversation
At least in Unix, "." and ".." are not returned as a directory entry. So ignore these in UEFI as well. Signed-off-by: Ayush Singh <ayush@beagleboard.org>
|
@rustbot label +O-UEFI |
|
Given the obviousness of this and your history working on UEFI, I checked and as far as I can tell this does not need explicit approval from a target maintainer. @bors r+ rollup |
|
☀️ Test successful - checks-actions |
What is this?This is an experimental post-merge analysis report that shows differences in test outcomes between the merged PR and its parent PR.Comparing 94f8f40 (parent) -> ab32c26 (this PR) Test differencesShow 2 test diffs2 doctest diffs were found. These are ignored, as they are noisy. Test dashboardRun cargo run --manifest-path src/ci/citool/Cargo.toml -- \
test-dashboard ab32c26b49eacb1b694972bb29d20167bdbdfc51 --output-dir test-dashboardAnd then open Job duration changes
How to interpret the job duration changes?Job durations can vary a lot, based on the actual runner instance |
|
Finished benchmarking commit (ab32c26): comparison URL. Overall result: no relevant changes - no action needed@rustbot label: -perf-regression Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)This benchmark run did not return any relevant results for this metric. CyclesThis benchmark run did not return any relevant results for this metric. Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 482.208s -> 481.911s (-0.06%) |
remove_dir_allimplementation fromsys/fs/common.