Skip to content

Commit 060f2f0

Browse files
uefi: Drop args from main in the example
1 parent 26d3b74 commit 060f2f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

uefi/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
//! use uefi::prelude::*;
2020
//!
2121
//! #[entry]
22-
//! fn main(_handle: Handle, system_table: SystemTable<Boot>) -> Status {
22+
//! fn main() -> Status {
2323
//! uefi::helpers::init().unwrap();
2424
//!
2525
//! Status::SUCCESS

0 commit comments

Comments
 (0)