We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ab475d commit cac470cCopy full SHA for cac470c
library/std/src/sys/pal/uefi/alloc.rs
@@ -3,9 +3,9 @@
3
4
use r_efi::protocols::loaded_image;
5
6
+use super::helpers;
7
use crate::alloc::{GlobalAlloc, Layout, System};
8
use crate::sync::OnceLock;
-use crate::sys::uefi::helpers;
9
10
#[stable(feature = "alloc_system_type", since = "1.28.0")]
11
unsafe impl GlobalAlloc for System {
library/std/src/sys/pal/uefi/args.rs
@@ -1,11 +1,11 @@
1
2
use crate::env::current_exe;
use crate::ffi::OsString;
use crate::fmt;
use crate::iter::Iterator;
use crate::mem::size_of;
use crate::vec;
pub struct Args {
0 commit comments