Skip to content

Commit 9cdf4bd

Browse files
committed
Auto merge of rust-lang#92719 - matthiaskrgr:rollup-tc7oqys, r=matthiaskrgr
Rollup of 7 pull requests Successful merges: - rust-lang#92248 (Normalize struct tail type when checking Pointee trait) - rust-lang#92357 (Fix invalid removal of newlines from doc comments) - rust-lang#92602 (Make source links look cleaner) - rust-lang#92636 (Normalize generator-local types with unevaluated constants) - rust-lang#92693 (Release notes: add `Result::unwrap_{,err_}unchecked`) - rust-lang#92702 (Clean up lang_items::extract) - rust-lang#92717 (update miri) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
2 parents 49d3dc0 + 9541940 commit 9cdf4bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

std/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
//! development you may want to press the `[-]` button near the top of the
3636
//! page to collapse it into a more skimmable view.
3737
//!
38-
//! While you are looking at that `[-]` button also notice the `[src]`
39-
//! button. Rust's API documentation comes with the source code and you are
38+
//! While you are looking at that `[-]` button also notice the `source`
39+
//! link. Rust's API documentation comes with the source code and you are
4040
//! encouraged to read it. The standard library source is generally high
4141
//! quality and a peek behind the curtains is often enlightening.
4242
//!

0 commit comments

Comments
 (0)