Skip to content

Commit 599ca56

Browse files
committed
Auto merge of #112625 - matthiaskrgr:rollup-jcobj3g, r=matthiaskrgr
Rollup of 7 pull requests Successful merges: - #112584 (loongarch64-none*: Remove environment component from llvm target) - #112600 (Introduce a `Stable` trait to translate MIR to SMIR) - #112605 (Improve docs/clean up negative overlap functions) - #112611 (Error on unconstrained lifetime in RPITIT) - #112612 (Fix explicit-outlives-requirements lint span) - #112613 (Fix rustdoc-gui tests on Windows) - #112620 (Fix small typo) r? `@ghost` `@rustbot` modify labels: rollup
2 parents 56d02ae + ddea1a6 commit 599ca56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/iter/sources/successors.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ where
2222
Successors { next: first, succ }
2323
}
2424

25-
/// An new iterator where each successive item is computed based on the preceding one.
25+
/// A new iterator where each successive item is computed based on the preceding one.
2626
///
2727
/// This `struct` is created by the [`iter::successors()`] function.
2828
/// See its documentation for more.

0 commit comments

Comments
 (0)