Commit 2e0fd1d
committed
metadata: Fix some rustdoc::bare_urls warnings
Fix some `rustdoc::bare_urls`` warnings, due to a `rustdoc` lint that
was recently introduced in stable Rust [1]. By default, bare URLs
trigger a warning and the developer must decide if they want to render
them as links, or as literal values.
In our case, we have two URLs in our footnotes that we want to render as
hyperlinks, so we enclose them in <...>.
[1]: rust-lang/rust#817641 parent dd55d71 commit 2e0fd1d
2 files changed
+8
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
10 | 16 | | |
11 | 17 | | |
12 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | | - | |
| 132 | + | |
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
| |||
0 commit comments