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.
1 parent eac36ab commit c7aeb25Copy full SHA for c7aeb25
src/alloc/alloc_bytes.rs
@@ -2,7 +2,7 @@ use std::alloc::Layout;
2
use std::borrow::Cow;
3
use std::{alloc, slice};
4
#[cfg(target_os = "linux")]
5
-use std::{rc::Rc, cell::RefCell};
+use std::{cell::RefCell, rc::Rc};
6
7
use rustc_abi::{Align, Size};
8
use rustc_middle::mir::interpret::AllocBytes;
0 commit comments