Skip to content

Commit 995cfd6

Browse files
authored
Fix trailing whitespace
1 parent c17f9ac commit 995cfd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/rustc/src/profile-guided-optimization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ to use PGO with Rust.
151151
As an alternative to directly using the compiler for Profile-Guided Optimization,
152152
you may choose to go with `cargo-pgo`, which has an intuitive command-line API
153153
and saves you the trouble of doing all the manual work. You can read more about
154-
it in their repository accessible from this link: [Kobzol/cargo-pgo](https://github.com/Kobzol/cargo-pgo)
154+
it in their repository accessible from this link: [Kobzol/cargo-pgo](https://github.com/Kobzol/cargo-pgo)
155155

156156
For the sake of completeness, here are the corresponding steps using `cargo-pgo`:
157157

0 commit comments

Comments
 (0)