Skip to content

Commit 42ce7f3

Browse files
authored
Merge pull request #831 from medhefgo/file-info-creation-error
Export FileInfoCreationError
2 parents e563abc + 7ec11ae commit 42ce7f3

File tree

1 file changed

+4
-1
lines changed
  • uefi/src/proto/media/file

1 file changed

+4
-1
lines changed

uefi/src/proto/media/file/mod.rs

+4-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,10 @@ use {alloc::alloc::Global, core::alloc::Allocator};
2121
use {alloc::boxed::Box, uefi::mem::make_boxed};
2222

2323
pub use self::dir::Directory;
24-
pub use self::info::{FileInfo, FileProtocolInfo, FileSystemInfo, FileSystemVolumeLabel, FromUefi};
24+
pub use self::info::{
25+
FileInfo, FileInfoCreationError, FileProtocolInfo, FileSystemInfo, FileSystemVolumeLabel,
26+
FromUefi,
27+
};
2528
pub use self::regular::RegularFile;
2629

2730
/// Common interface to `FileHandle`, `RegularFile`, and `Directory`.

0 commit comments

Comments
 (0)