Commit 8cb8d9c
authored
Rollup merge of rust-lang#71165 - lcnr:patch-2, r=Amanieu
`slice::fill`: use `T` instead of generic arg
implements rust-lang#70758 (comment)
As the discussion in rust-lang#70758 has shifted, I now use `T` instead of `&T`.1 file changed
+7
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | 26 | | |
28 | 27 | | |
29 | 28 | | |
| |||
2157 | 2156 | | |
2158 | 2157 | | |
2159 | 2158 | | |
2160 | | - | |
| 2159 | + | |
2161 | 2160 | | |
2162 | | - | |
2163 | 2161 | | |
2164 | 2162 | | |
2165 | | - | |
2166 | | - | |
2167 | | - | |
| 2163 | + | |
| 2164 | + | |
| 2165 | + | |
| 2166 | + | |
| 2167 | + | |
| 2168 | + | |
2168 | 2169 | | |
2169 | 2170 | | |
2170 | 2171 | | |
| |||
0 commit comments