Skip to content

Commit a8daf4c

Browse files
authored
Rollup merge of #144180 - lqd:fix-typo, r=jieyouxu
fix load-bearing typo Trying to see if this is enough to fix PR CI. How did it land without issues is a question for later. <sub>I can see the headlines already, "billion dollar infrastructure brought down by load-bearing typo".</sub>
2 parents a6b625c + 4ef92be commit a8daf4c

File tree

1 file changed

+1
-1
lines changed
  • library/coretests/tests/iter/adapters

1 file changed

+1
-1
lines changed

library/coretests/tests/iter/adapters/zip.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ fn test_double_ended_zip() {
273273

274274
#[test]
275275
#[cfg(panic = "unwind")]
276-
/// Regresion test for #137255
276+
/// Regression test for #137255
277277
/// A previous implementation of Zip TrustedRandomAccess specializations tried to do a lot of work
278278
/// to preserve side-effects of equalizing the iterator lengths during backwards iteration.
279279
/// This lead to several cases of unsoundness, twice due to being left in an inconsistent state

0 commit comments

Comments
 (0)