Skip to content

Commit 77d9831

Browse files
committed
minor changes to pass the format check
1 parent bc6b2ac commit 77d9831

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/alloc/src/alloc.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ pub fn handle_alloc_error(layout: Layout) -> ! {
372372
unsafe { oom_impl(layout) }
373373
}
374374

375-
#[cfg(not(any(target_os="hermit", test, bootstrap)))]
375+
#[cfg(not(any(target_os = "hermit", test, bootstrap)))]
376376
#[doc(hidden)]
377377
#[allow(unused_attributes)]
378378
#[unstable(feature = "alloc_internals", issue = "none")]

0 commit comments

Comments
 (0)