We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0a7610 commit 2545250Copy full SHA for 2545250
src/libstd/keyword_docs.rs
@@ -352,7 +352,8 @@ mod fn_keyword { }
352
/// For more information on for-loops, see the [Rust book] or the [Reference].
353
///
354
/// [`impl`]: keyword.impl.html
355
-/// [higher-ranked trait bounds]: https://doc.rust-lang.org/nightly/reference/trait-bounds.html#higher-ranked-trait-bounds
+/// [higher-ranked trait bounds]:
356
+/// https://doc.rust-lang.org/nightly/reference/trait-bounds.html#higher-ranked-trait-bounds
357
/// [`IntoIterator`]: iter/trait.IntoIterator.html
358
/// [Rust book]:
359
/// https://doc.rust-lang.org/book/2018-edition/ch03-05-control-flow.html#looping-through-a-collection-with-for
0 commit comments