Skip to content

Commit 2545250

Browse files
committed
Move link to rust book to next line to pass 100 column limit
1 parent f0a7610 commit 2545250

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/libstd/keyword_docs.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,8 @@ mod fn_keyword { }
352352
/// For more information on for-loops, see the [Rust book] or the [Reference].
353353
///
354354
/// [`impl`]: keyword.impl.html
355-
/// [higher-ranked trait bounds]: https://doc.rust-lang.org/nightly/reference/trait-bounds.html#higher-ranked-trait-bounds
355+
/// [higher-ranked trait bounds]:
356+
/// https://doc.rust-lang.org/nightly/reference/trait-bounds.html#higher-ranked-trait-bounds
356357
/// [`IntoIterator`]: iter/trait.IntoIterator.html
357358
/// [Rust book]:
358359
/// https://doc.rust-lang.org/book/2018-edition/ch03-05-control-flow.html#looping-through-a-collection-with-for

0 commit comments

Comments
 (0)