Disable asm lint example tests since they only work on x86_64
This commit is contained in:
parent
6ab488af57
commit
d6f4da9871
1 changed files with 2 additions and 2 deletions
|
@ -2419,7 +2419,7 @@ declare_lint! {
|
|||
///
|
||||
/// ### Example
|
||||
///
|
||||
/// ```rust
|
||||
/// ```rust,ignore (fails on non-x86_64)
|
||||
/// #[cfg(target_arch="x86_64")]
|
||||
/// use std::arch::asm;
|
||||
///
|
||||
|
@ -2455,7 +2455,7 @@ declare_lint! {
|
|||
///
|
||||
/// ### Example
|
||||
///
|
||||
/// ```rust
|
||||
/// ```rust,ignore (fails on non-x86_64)
|
||||
/// #[cfg(target_arch="x86_64")]
|
||||
/// use std::arch::asm;
|
||||
///
|
||||
|
|
Loading…
Add table
Reference in a new issue