Skip to content

Commit 7944de5

Browse files
committed
Satisfy tidy...
1 parent 2cbdee6 commit 7944de5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/alloc/src/rc.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ use core::ptr::{self, NonNull};
268268
use core::slice::from_raw_parts_mut;
269269

270270
#[cfg(not(no_global_oom_handling))]
271-
use crate::alloc::{handle_alloc_error, box_free, WriteCloneIntoRaw};
271+
use crate::alloc::{box_free, handle_alloc_error, WriteCloneIntoRaw};
272272
use crate::alloc::{AllocError, Allocator, Global, Layout};
273273
use crate::borrow::{Cow, ToOwned};
274274
#[cfg(not(no_global_oom_handling))]

0 commit comments

Comments
 (0)