mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-27 15:11:30 +00:00
Update tests/ui/asm_syntax.rs
Use a single `only` header command in asm_syntax test
This commit is contained in:
parent
0690f9c5d5
commit
507561ecfc
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
#![feature(asm)]
|
||||
// only-x86 only-x86_64
|
||||
// only-x86_64
|
||||
|
||||
#[warn(clippy::inline_asm_x86_intel_syntax)]
|
||||
mod warn_intel {
|
||||
|
|
Loading…
Reference in a new issue