mirror of
https://github.com/rust-lang/rust-clippy
synced 2025-02-25 11:57:25 +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)]
|
#![feature(asm)]
|
||||||
// only-x86 only-x86_64
|
// only-x86_64
|
||||||
|
|
||||||
#[warn(clippy::inline_asm_x86_intel_syntax)]
|
#[warn(clippy::inline_asm_x86_intel_syntax)]
|
||||||
mod warn_intel {
|
mod warn_intel {
|
||||||
|
|
Loading…
Add table
Reference in a new issue