Searched refs:null_hook (Results 1 – 1 of 1) sorted by relevance
64 let null_hook: Box<PanicHook> = Box::new(|_panic_info| { /* ignore */ }); in initialize() localVariable65 let sanity_check = &*null_hook as *const PanicHook; in initialize()67 panic::set_hook(null_hook); in initialize()