book: Restore accidentally removed files

This commit is contained in:
Henrik Tjäder 2022-02-08 18:59:08 +01:00
parent 5adee8d3f9
commit 7af09cb126
4 changed files with 8 additions and 2 deletions

View file

@ -35,10 +35,10 @@ One can look at the output of `cargo-nm` to confirm that `bar` ended in RAM
``` console
$ cargo nm --example ramfunc --release | grep ' foo::'
{{#include ../../../../ci/expected/ramfunc.grep.foo}}
{{#include ../../../../ci/expected/ramfunc.run.grep.foo}}
```
``` console
$ cargo nm --example ramfunc --release | grep ' bar::'
{{#include ../../../../ci/expected/ramfunc.grep.bar}}
{{#include ../../../../ci/expected/ramfunc.run.grep.bar}}
```