Skip to content

Commit

Permalink
Remove asm feature from lints example
Browse files Browse the repository at this point in the history
  • Loading branch information
hafeoz committed Jan 13, 2022
1 parent 7b74ded commit 7cc6a73
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion compiler/rustc_lint/src/builtin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3147,7 +3147,6 @@ declare_lint! {
/// ### Example
///
/// ```rust,compile_fail
/// # #![feature(asm)]
/// use std::arch::asm;
///
/// fn main() {
Expand Down

0 comments on commit 7cc6a73

Please sign in to comment.