Skip to content

Commit 623ec6a

Browse files
Update posts/2022-04-07-Rust-1.60.0.md
Co-authored-by: Tyler Mandry <[email protected]>
1 parent af31313 commit 623ec6a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

posts/2022-04-07-Rust-1.60.0.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ The above commands on a simple helloworld binary produce this annotated report,
6464

6565
For more details, please read the
6666
[documentation](https://doc.rust-lang.org/rustc/instrument-coverage.html) in the
67-
rustc book. While the specific output format and LLVM tooling which produces it
68-
are subject to change, the baseline functionality is stable and will exist in
69-
some form in all future Rust releases. For this reason, it is important to make
67+
rustc book. The baseline functionality is stable and will exist in some form
68+
in all future Rust releases, but the specific output format and LLVM tooling which
69+
produces it are subject to change. For this reason, it is important to make
7070
sure that you use the same version for both the `llvm-tools-preview` and the
7171
rustc binary used to compile your code.
7272

0 commit comments

Comments
 (0)