Remove asm feature from lints example

This commit is contained in:
hafeoz 2022-01-13 15:58:58 +00:00
parent 7b74ded9a0
commit 7cc6a73936

View File

@ -3147,7 +3147,6 @@ fn is_zero(expr: &hir::Expr<'_>) -> bool {
/// ### Example
///
/// ```rust,compile_fail
/// # #![feature(asm)]
/// use std::arch::asm;
///
/// fn main() {