Skip to content

Commit 7cc6a73

Browse files
committed
Remove asm feature from lints example
1 parent 7b74ded commit 7cc6a73

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

compiler/rustc_lint/src/builtin.rs

-1
Original file line numberDiff line numberDiff line change
@@ -3147,7 +3147,6 @@ declare_lint! {
31473147
/// ### Example
31483148
///
31493149
/// ```rust,compile_fail
3150-
/// # #![feature(asm)]
31513150
/// use std::arch::asm;
31523151
///
31533152
/// fn main() {

0 commit comments

Comments
 (0)