minor changes to pass the format check
This commit is contained in:
parent
bc6b2ac449
commit
77d98316f4
@ -372,7 +372,7 @@ pub fn handle_alloc_error(layout: Layout) -> ! {
|
||||
unsafe { oom_impl(layout) }
|
||||
}
|
||||
|
||||
#[cfg(not(any(target_os="hermit", test, bootstrap)))]
|
||||
#[cfg(not(any(target_os = "hermit", test, bootstrap)))]
|
||||
#[doc(hidden)]
|
||||
#[allow(unused_attributes)]
|
||||
#[unstable(feature = "alloc_internals", issue = "none")]
|
||||
|
Loading…
Reference in New Issue
Block a user