We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e189d3b commit a752e3bCopy full SHA for a752e3b
std/src/os/uefi/mod.rs
@@ -2,6 +2,7 @@
2
3
#![unstable(feature = "uefi_std", issue = "100499")]
4
#![doc(cfg(target_os = "uefi"))]
5
+#![forbid(unsafe_op_in_unsafe_fn)]
6
7
pub mod env;
8
#[path = "../windows/ffi.rs"]
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