Skip to content

Commit 6ace653

Browse files
committed
bootstrap: fix a comment
1 parent 52f4785 commit 6ace653

File tree

1 file changed

+1
-1
lines changed
  • src/bootstrap/src/core/builder

1 file changed

+1
-1
lines changed

src/bootstrap/src/core/builder/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,7 @@ impl<'a> ShouldRun<'a> {
622622
///
623623
/// This differs from [`path`] in that multiple calls to path will end up calling `make_run`
624624
/// multiple times, whereas a single call to `paths` will only ever generate a single call to
625-
/// `paths`.
625+
/// `make_run`.
626626
///
627627
/// This is analogous to `all_krates`, although `all_krates` is gone now. Prefer [`path`] where possible.
628628
///

0 commit comments

Comments
 (0)