Skip to content

Commit 0ed9f48

Browse files
committed
Fix doctests
1 parent 9bf15f5 commit 0ed9f48

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

library/core/src/intrinsics.rs

-2
Original file line numberDiff line numberDiff line change
@@ -2534,7 +2534,6 @@ extern "rust-intrinsic" {
25342534
/// In other words, the following code has *Undefined Behavior*:
25352535
///
25362536
/// ```no_run
2537-
/// #![feature(is_val_statically_known)]
25382537
/// #![feature(core_intrinsics)]
25392538
/// # #![allow(internal_features)]
25402539
/// use std::hint::unreachable_unchecked;
@@ -2549,7 +2548,6 @@ extern "rust-intrinsic" {
25492548
/// may panic, or it may not:
25502549
///
25512550
/// ```no_run
2552-
/// #![feature(is_val_statically_known)]
25532551
/// #![feature(core_intrinsics)]
25542552
/// # #![allow(internal_features)]
25552553
/// use std::intrinsics::is_val_statically_known;

0 commit comments

Comments
 (0)