Skip to content

Commit fc983ba

Browse files
committed
Fix up standard library intro
1 parent 22c4e8e commit fc983ba

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

std/src/lib.rs

+11-7
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,17 @@
3232
//!
3333
//! Once you are familiar with the contents of the standard library you may
3434
//! begin to find the verbosity of the prose distracting. At this stage in your
35-
//! development you may want to press the `[-]` button near the top of the
36-
//! page to collapse it into a more skimmable view.
37-
//!
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
40-
//! encouraged to read it. The standard library source is generally high
41-
//! quality and a peek behind the curtains is often enlightening.
35+
//! development you may want to press the <code>
36+
//! <svg style="width:0.75rem;height:0.75rem" viewBox="0 0 12 12"
37+
//! stroke="currentColor" fill="none">
38+
//! <path d="M2,2l4,4l4,-4M2,6l4,4l4,-4"/></svg> Summary</code> button near the
39+
//! top of the page to collapse it into a more skimmable view.
40+
//!
41+
//! While you are looking at the top of the page, also notice the
42+
//! <code>source</code> link. Rust's API documentation comes with the source
43+
//! code and you are encouraged to read it. The standard library source is
44+
//! generally high quality and a peek behind the curtains is
45+
//! often enlightening.
4246
//!
4347
//! # What is in the standard library documentation?
4448
//!

stdarch

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Subproject commit d9466edb4c53cece8686ee6e17b028436ddf4151
1+
Subproject commit ace72223a0e321c1b0a37b5862aa756fe8ab5111

0 commit comments

Comments
 (0)