Skip to content

Commit 6440b94

Browse files
committed
make comment compile
1 parent 80f5213 commit 6440b94

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/libcore/panicking.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
//! interface for panicking is:
77
//!
88
//! ```
9-
//! # use std::fmt;
10-
//! fn panic_impl(pi: &PanicInfo<'_>) -> !
9+
//! fn panic_impl(pi: &core::panic::PanicInfo<'_>) -> !
1110
//! # { loop {} }
1211
//! ```
1312
//!

0 commit comments

Comments
 (0)