We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80f5213 commit 6440b94Copy full SHA for 6440b94
src/libcore/panicking.rs
@@ -6,8 +6,7 @@
6
//! interface for panicking is:
7
//!
8
//! ```
9
-//! # use std::fmt;
10
-//! fn panic_impl(pi: &PanicInfo<'_>) -> !
+//! fn panic_impl(pi: &core::panic::PanicInfo<'_>) -> !
11
//! # { loop {} }
12
13
0 commit comments