We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c17f9ac commit 995cfd6Copy full SHA for 995cfd6
src/doc/rustc/src/profile-guided-optimization.md
@@ -151,7 +151,7 @@ to use PGO with Rust.
151
As an alternative to directly using the compiler for Profile-Guided Optimization,
152
you may choose to go with `cargo-pgo`, which has an intuitive command-line API
153
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)
+it in their repository accessible from this link: [Kobzol/cargo-pgo](https://github.com/Kobzol/cargo-pgo)
155
156
For the sake of completeness, here are the corresponding steps using `cargo-pgo`:
157
0 commit comments