Skip to content

Commit 93832b5

Browse files
authored
fix crate name in example (#1620)
1 parent 83ac540 commit 93832b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unsafe/asm.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ This state is generally referred to as being "clobbered".
227227
We need to tell the compiler about this since it may need to save and restore this state around the inline assembly block.
228228

229229
```rust
230-
use core::arch::asm;
230+
use std::arch::asm;
231231

232232
fn main() {
233233
// three entries of four bytes each

0 commit comments

Comments
 (0)