We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5a83a6 commit cbacd76Copy full SHA for cbacd76
library/std/src/os/uefi/mod.rs
@@ -1,7 +1,8 @@
1
//! Platform-specific extensions to `std` for UEFI.
2
3
#![unstable(feature = "uefi_std", issue = "100499")]
4
-#![doc(cfg(target_os = "uefi"))]
+#![doc(cfg(target_os = "uefi"))]i
5
+#![forbid(unsafe_op_in_unsafe_fn)]
6
7
pub mod env;
8
#[path = "../windows/ffi.rs"]
library/std/src/sys/pal/uefi/mod.rs
@@ -11,6 +11,7 @@
11
//!
12
//! [`OsStr`]: crate::ffi::OsStr
13
//! [`OsString`]: crate::ffi::OsString
14
15
16
pub mod alloc;
17
pub mod args;
0 commit comments