Skip to content

Commit

Permalink
fix(README.md): mark text
Browse files Browse the repository at this point in the history
  • Loading branch information
loyd committed Mar 16, 2023
1 parent c4bc2e2 commit 8020876
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ OPTIONS:

## Examples
For instance, let's analyze the [`tokio/chat`](https://github.com/tokio-rs/tokio/blob/master/examples/chat.rs) example:
```
```sh
RUSTFLAGS=-Zprint-type-sizes cargo +nightly build --example chat -j 1 > chat.txt
```

Expand All @@ -86,7 +86,7 @@ top-type-sizes -w -s -h 33 -p body@examples/chat.rs:174:33 < chat.txt | less
```

* `-w` hides wrappers, e.g.
```
```text
1032 std::mem::MaybeUninit<[async fn body@examples/chat.rs:174:33: 243:2]> align=8
1032 variant MaybeUninit
1032 value
Expand Down

0 comments on commit 8020876

Please sign in to comment.