diff options
| -rw-r--r-- | compiler/rustc_lint/src/builtin.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_lint/src/builtin.rs b/compiler/rustc_lint/src/builtin.rs index b613dfafbd6..c0384875a47 100644 --- a/compiler/rustc_lint/src/builtin.rs +++ b/compiler/rustc_lint/src/builtin.rs @@ -3147,7 +3147,6 @@ declare_lint! { /// ### Example /// /// ```rust,compile_fail - /// # #![feature(asm)] /// use std::arch::asm; /// /// fn main() { |
