minor changes to pass the format check

This commit is contained in:
Stefan Lankes 2020-10-13 12:22:18 +02:00
parent bc6b2ac449
commit 77d98316f4
No known key found for this signature in database
GPG Key ID: 28578EBB789EF62B

View File

@ -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")]