Skip to content

Commit abe360d

Browse files
jieyouxuMuscraft
authored andcommitted
Rollup merge of rust-lang#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 164a48c + d73e220 commit abe360d

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)