Skip to content

Commit cde9f27

Browse files
borsgitbot
authored and
gitbot
committed
Auto merge of rust-lang#135059 - matthiaskrgr:rollup-0ka9o3h, r=matthiaskrgr
Rollup of 4 pull requests Successful merges: - rust-lang#131729 (Make the `test` cfg a userspace check-cfg) - rust-lang#134241 (more concrete source url of std docs [V2]) - rust-lang#135042 (taint fcx on selection errors during unsizing) - rust-lang#135049 (Remove unused fields from RepeatElementCopy obligation) r? `@ghost` `@rustbot` modify labels: rollup
2 parents 8655f27 + 3a3146b commit cde9f27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

std/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
//! Check out the Rust contribution guidelines [here](
9090
//! https://rustc-dev-guide.rust-lang.org/contributing.html#writing-documentation).
9191
//! The source for this documentation can be found on
92-
//! [GitHub](https://github.com/rust-lang/rust).
92+
//! [GitHub](https://github.com/rust-lang/rust) in the 'library/std/' directory.
9393
//! To contribute changes, make sure you read the guidelines first, then submit
9494
//! pull-requests for your suggested changes.
9595
//!

0 commit comments

Comments
 (0)