make comment compile

This commit is contained in:
Ralf Jung
2019-11-24 13:15:22 +01:00
parent 80f5213cee
commit 6440b94253

View File

@@ -6,8 +6,7 @@
//! interface for panicking is: //! interface for panicking is:
//! //!
//! ``` //! ```
//! # use std::fmt; //! fn panic_impl(pi: &core::panic::PanicInfo<'_>) -> !
//! fn panic_impl(pi: &PanicInfo<'_>) -> !
//! # { loop {} } //! # { loop {} }
//! ``` //! ```
//! //!