We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f195a81 commit 8e5b48dCopy full SHA for 8e5b48d
src/exceptions.md
@@ -145,7 +145,7 @@ Breakpoint 1, DefaultExceptionHandler ()
145
And for completeness, here's the disassembly of the optimized version of the program:
146
147
``` console
148
-$ cargo objdump --bin app --release -- -d --no-show-raw-insn -print-imm-hex
+$ cargo objdump --bin app --release -- -d --no-show-raw-insn --print-imm-hex
149
```
150
151
``` text
0 commit comments