Skip to content

Commit dc5a6df

Browse files
committed
fmt
1 parent bff4e1b commit dc5a6df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/alloc/alloc_bytes.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ use std::alloc::Layout;
22
use std::borrow::Cow;
33
use std::{alloc, slice};
44
#[cfg(target_os = "linux")]
5-
use std::{rc::Rc, cell::RefCell};
5+
use std::{cell::RefCell, rc::Rc};
66

77
use rustc_abi::{Align, Size};
88
use rustc_middle::mir::interpret::AllocBytes;

0 commit comments

Comments
 (0)