diff options
| author | Ralf Jung <post@ralfj.de> | 2024-12-17 07:35:21 +0100 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2024-12-17 07:35:21 +0100 |
| commit | 6ace653a2f314f0fec3001d9ff49b7fd181b14ad (patch) | |
| tree | 7b6eaad23e9d24458636a7501cae1589bfe39862 | |
| parent | 52f4785f80c1516ebece019ae4b69763ffb9a618 (diff) | |
| download | rust-6ace653a2f314f0fec3001d9ff49b7fd181b14ad.tar.gz rust-6ace653a2f314f0fec3001d9ff49b7fd181b14ad.zip | |
bootstrap: fix a comment
| -rw-r--r-- | src/bootstrap/src/core/builder/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/src/core/builder/mod.rs b/src/bootstrap/src/core/builder/mod.rs index 026c26479d3..108deaf577f 100644 --- a/src/bootstrap/src/core/builder/mod.rs +++ b/src/bootstrap/src/core/builder/mod.rs @@ -622,7 +622,7 @@ impl<'a> ShouldRun<'a> { /// /// This differs from [`path`] in that multiple calls to path will end up calling `make_run` /// multiple times, whereas a single call to `paths` will only ever generate a single call to - /// `paths`. + /// `make_run`. /// /// This is analogous to `all_krates`, although `all_krates` is gone now. Prefer [`path`] where possible. /// |
