Rollup merge of #129545 - notriddle:notriddle/toolbar-v2, r=Guillaume… · qinheping/verify-rust-std@43a4d34 (original) (raw)
`@@ -32,13 +32,17 @@
`
32
32
`//!
`
33
33
`//! Once you are familiar with the contents of the standard library you may
`
34
34
`//! 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
`
``
36
`+
//! Summary 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
`+
//! source
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.
`
42
46
`//!
`
43
47
`//! # What is in the standard library documentation?
`
44
48
`//!
`