Skip to content

Commit 8c3f6c5

Browse files
committed
Not recursive
1 parent e2da58a commit 8c3f6c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/dist/dist.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,8 @@ fn update_from_dist_<'a>(
639639

640640
// The user asked to update their nightly, but the latest nightly does not have all
641641
// the components that the user currently has installed. Let's try the previous
642-
// nightly (recursively) until we find a nightly that does.
642+
// nightlies in reverse chronological order until we find a nightly that does,
643+
// starting at one date earlier than the current manifest's date.
643644
//
644645
// NOTE: we don't need to explicitly check for the case where the next nightly to
645646
// try is _older_ than the current nightly, since we know that the user's current

0 commit comments

Comments
 (0)