Commit bafc9b3
authored
Rollup merge of #160040 - kpreid:parse-fn, r=TaKO8Ki
Split function parsing out of `item.rs` to a new module.
`item.rs` is approaching the tidy-enforced length limit, and this will make room for new additions.
I have split this change out of PR #159044 to reduce its complexity (and because this large code move quickly becomes stale).5 files changed
Lines changed: 1032 additions & 1016 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
47 | 46 | | |
48 | | - | |
| 47 | + | |
49 | 48 | | |
50 | 49 | | |
51 | 50 | | |
| |||
2240 | 2239 | | |
2241 | 2240 | | |
2242 | 2241 | | |
2243 | | - | |
| 2242 | + | |
2244 | 2243 | | |
2245 | 2244 | | |
2246 | 2245 | | |
| |||
2265 | 2264 | | |
2266 | 2265 | | |
2267 | 2266 | | |
2268 | | - | |
| 2267 | + | |
2269 | 2268 | | |
2270 | 2269 | | |
2271 | 2270 | | |
| |||
0 commit comments