Skip to content

Commit

Permalink
Rollup merge of rust-lang#84774 - kraai:fix-misspelling, r=jyn514
Browse files Browse the repository at this point in the history
Fix misspelling

Fix a misspelling of "or" in the source_code_based_coverage section of
*The Rust Unstable Book*.
  • Loading branch information
JohnTitor authored May 1, 2021
2 parents 6efd69e + b86ca0b commit 3abc8a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ running 31 tests
test result: ok. 31 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out
```

You should have one ore more `.profraw` files now, one for each test binary. Run the `profdata` tool to merge them:
You should have one or more `.profraw` files now, one for each test binary. Run the `profdata` tool to merge them:

```shell
$ cargo profdata -- merge \
Expand Down

0 comments on commit 3abc8a4

Please sign in to comment.