mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +03:00
Fix lint examples on non-x86_64
This commit is contained in:
@@ -2420,6 +2420,7 @@
|
||||
/// ### Example
|
||||
///
|
||||
/// ```rust
|
||||
/// #[cfg(target_arch="x86_64")]
|
||||
/// use std::arch::asm;
|
||||
///
|
||||
/// fn main() {
|
||||
@@ -2455,6 +2456,7 @@
|
||||
/// ### Example
|
||||
///
|
||||
/// ```rust
|
||||
/// #[cfg(target_arch="x86_64")]
|
||||
/// use std::arch::asm;
|
||||
///
|
||||
/// fn main() {
|
||||
|
||||
Reference in New Issue
Block a user