Fix up standard library intro

This commit is contained in:
Michael Howell 2024-09-10 18:37:37 -07:00
parent df307d0085
commit e31a719cce
2 changed files with 11 additions and 7 deletions

View File

@ -32,13 +32,17 @@
//! //!
//! Once you are familiar with the contents of the standard library you may //! Once you are familiar with the contents of the standard library you may
//! begin to find the verbosity of the prose distracting. At this stage in your //! begin to find the verbosity of the prose distracting. At this stage in your
//! development you may want to press the `[-]` button near the top of the //! development you may want to press the <code>
//! page to collapse it into a more skimmable view. //! <svg style="width:0.75rem;height:0.75rem" viewBox="0 0 12 12"
//! stroke="currentColor" fill="none">
//! <path d="M2,2l4,4l4,-4M2,6l4,4l4,-4"/></svg> Summary</code> button near the
//! top of the page to collapse it into a more skimmable view.
//! //!
//! While you are looking at that `[-]` button also notice the `source` //! While you are looking at the top of the page, also notice the
//! link. Rust's API documentation comes with the source code and you are //! <code>source</code> link. Rust's API documentation comes with the source
//! encouraged to read it. The standard library source is generally high //! code and you are encouraged to read it. The standard library source is
//! quality and a peek behind the curtains is often enlightening. //! generally high quality and a peek behind the curtains is
//! often enlightening.
//! //!
//! # What is in the standard library documentation? //! # What is in the standard library documentation?
//! //!

@ -1 +1 @@
Subproject commit d9466edb4c53cece8686ee6e17b028436ddf4151 Subproject commit ace72223a0e321c1b0a37b5862aa756fe8ab5111