We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52f4785 commit 6ace653Copy full SHA for 6ace653
src/bootstrap/src/core/builder/mod.rs
@@ -622,7 +622,7 @@ impl<'a> ShouldRun<'a> {
622
///
623
/// This differs from [`path`] in that multiple calls to path will end up calling `make_run`
624
/// multiple times, whereas a single call to `paths` will only ever generate a single call to
625
- /// `paths`.
+ /// `make_run`.
626
627
/// This is analogous to `all_krates`, although `all_krates` is gone now. Prefer [`path`] where possible.
628
0 commit comments