We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Debug
1 parent bd31962 commit 7e2548fCopy full SHA for 7e2548f
library/std/src/primitive_docs.rs
@@ -232,10 +232,7 @@ mod prim_bool {}
232
///
233
/// ```
234
/// #![feature(never_type)]
235
-/// # use std::fmt;
236
-/// # trait Debug {
237
-/// # fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result;
238
-/// # }
+/// # use std::fmt::{self, Debug};
239
/// impl Debug for ! {
240
/// fn fmt(&self, formatter: &mut fmt::Formatter<'_>) -> fmt::Result {
241
/// *self
0 commit comments