diff options
Diffstat (limited to 'library')
| -rw-r--r-- | library/core/src/intrinsics.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/core/src/intrinsics.rs b/library/core/src/intrinsics.rs index 8e02ca84317..f1b73d15d1e 100644 --- a/library/core/src/intrinsics.rs +++ b/library/core/src/intrinsics.rs @@ -981,7 +981,7 @@ extern "rust-intrinsic" { /// /// Turning a pointer into a `usize`: /// - /// ``` + /// ```no_run /// let ptr = &0; /// let ptr_num_transmute = unsafe { /// std::mem::transmute::<&i32, usize>(ptr) |
