Commit 704cbad
authored
Rollup merge of #41204 - remexre:master, r=steveklabnik
Fixes incorrect formatting in array's documentation.
Changes
- [`Clone`][clone] (only if `T: [Copy][copy]`)
to
- [`Clone`][clone] (only if `T: `[`Copy`](copy))
r? @steveklabnik1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
277 | 277 | | |
278 | 278 | | |
279 | 279 | | |
280 | | - | |
| 280 | + | |
281 | 281 | | |
282 | 282 | | |
283 | 283 | | |
| |||
0 commit comments