mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-23 10:50:28 +03:00
Fix typo in source-based-code-coverage.md
preceeding -> preceding
This commit is contained in:
@@ -123,7 +123,7 @@ The `rustup` option is guaranteed to install a compatible version of the LLVM to
|
||||
```shell
|
||||
$ rustup component add llvm-tools-preview
|
||||
$ cargo install cargo-binutils
|
||||
$ cargo profdata -- --help # note the additional "--" preceeding the tool-specific arguments
|
||||
$ cargo profdata -- --help # note the additional "--" preceding the tool-specific arguments
|
||||
```
|
||||
|
||||
## Creating coverage reports
|
||||
|
||||
Reference in New Issue
Block a user