diff options
| author | Chris Gregory <czipperz@gmail.com> | 2019-03-27 21:46:25 -0400 |
|---|---|---|
| committer | Chris Gregory <czipperz@gmail.com> | 2019-03-27 21:46:25 -0400 |
| commit | 25452501ee53c60445b9774fa69e2dc2134ddc44 (patch) | |
| tree | 365581dc87299f73bfe59806ec5a8b4d52fb2f0c /src/libstd | |
| parent | f0a76107248ab2366ab5dd2d63cd0ec489e5d8b4 (diff) | |
| download | rust-25452501ee53c60445b9774fa69e2dc2134ddc44.tar.gz rust-25452501ee53c60445b9774fa69e2dc2134ddc44.zip | |
Move link to rust book to next line to pass 100 column limit
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/keyword_docs.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libstd/keyword_docs.rs b/src/libstd/keyword_docs.rs index 7223eb3bf0e..7b0d1549e06 100644 --- a/src/libstd/keyword_docs.rs +++ b/src/libstd/keyword_docs.rs @@ -352,7 +352,8 @@ mod fn_keyword { } /// For more information on for-loops, see the [Rust book] or the [Reference]. /// /// [`impl`]: keyword.impl.html -/// [higher-ranked trait bounds]: https://doc.rust-lang.org/nightly/reference/trait-bounds.html#higher-ranked-trait-bounds +/// [higher-ranked trait bounds]: +/// https://doc.rust-lang.org/nightly/reference/trait-bounds.html#higher-ranked-trait-bounds /// [`IntoIterator`]: iter/trait.IntoIterator.html /// [Rust book]: /// https://doc.rust-lang.org/book/2018-edition/ch03-05-control-flow.html#looping-through-a-collection-with-for |
