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.
2 parents f7ffd27 + 1cc3189 commit 9090f9eCopy full SHA for 9090f9e
uefi/src/helpers/mod.rs
@@ -55,6 +55,10 @@ pub fn system_table() -> SystemTable<Boot> {
55
/// **PLEASE NOTE** that these helpers are meant for the pre exit boot service
56
/// epoch. Limited functionality might work after exiting them, such as logging
57
/// to the debugcon device.
58
+///
59
+/// # Panics
60
61
+/// This function may panic if called more than once.
62
#[allow(clippy::missing_const_for_fn)]
63
pub fn init() -> Result<()> {
64
// Set up logging.
0 commit comments