Skip to content

Commit de53321

Browse files
committed
Fix an extra newline in rendered std doc
Fixes rust-lang#132564
1 parent 82c24ec commit de53321

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

library/std/src/lib.rs

+3-5
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,9 @@
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 <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.
35+
//! development you may want to press the
36+
//! <code><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>
37+
//! button near the top of the page to collapse it into a more skimmable view.
4038
//!
4139
//! While you are looking at the top of the page, also notice the
4240
//! <code>source</code> link. Rust's API documentation comes with the source

0 commit comments

Comments
 (0)