File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ paths leading from your code to the panic handler.
27
27
The idea for this tool was born while we were on some code for Cortex-M processors. Using ` objdump ` and ` grep ` you can
28
28
easily prove that there is no ` panic! ` in the code, because the optimizer has removed those functions from the resulting
29
29
binary. For non ` #[no_std] ` targets the optimizer cannot remove them because the binary is statically linked to the
30
- Rust standard libary which contains those functions. We wanted this tool to be able to prove the abscence
31
- of paths to ` panic! ` in Rust binaries that contain the standard libary . See the [ Results] ( #Results ) section to see
30
+ Rust standard library which contains those functions. We wanted this tool to be able to prove the abscence
31
+ of paths to ` panic! ` in Rust binaries that contain the standard library . See the [ Results] ( #Results ) section to see
32
32
why this turned out to be not so easy.
33
33
34
34
## Who
You can’t perform that action at this time.
0 commit comments