We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76528eb commit 8f9c65dCopy full SHA for 8f9c65d
uefi/src/proto/media/file/regular.rs
@@ -12,7 +12,7 @@ pub struct RegularFile(FileHandle);
12
13
impl RegularFile {
14
/// A special position used to seek to the end of a file with `set_position()`.
15
- pub const END_OF_FILE: u64 = core::u64::MAX;
+ pub const END_OF_FILE: u64 = u64::MAX;
16
17
/// Coverts a `FileHandle` into a `RegularFile` without checking the file kind.
18
/// # Safety
0 commit comments