Skip to content

Commit 1a08321

Browse files
committed
Deduplicate unsupported fs.rs for UEFI
1 parent 5da7fbe commit 1a08321

File tree

2 files changed

+1
-344
lines changed

2 files changed

+1
-344
lines changed

library/std/src/sys/pal/uefi/fs.rs

-344
This file was deleted.

library/std/src/sys/pal/uefi/mod.rs

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515

1616
pub mod args;
1717
pub mod env;
18+
#[path = "../unsupported/fs.rs"]
1819
pub mod fs;
1920
pub mod helpers;
2021
pub mod os;

0 commit comments

Comments
 (0)