We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24dc2bc commit abe6fc7Copy full SHA for abe6fc7
src/liballoc/oom.rs
@@ -50,7 +50,6 @@ mod imp {
50
pub fn set_oom_handler(handler: fn() -> !) {
51
OOM_HANDLER.store(handler as *mut (), Ordering::SeqCst);
52
}
53
-
54
55
56
#[cfg(not(target_has_atomic = "ptr"))]
0 commit comments