Commit 0e66490
authored
Rollup merge of rust-lang#143922 - nnethercote:join_path, r=petrochenkov
Improve path segment joining
Currently paths are joined with `::` in many places, in a variety of ways. This PR unifies things.
r? ``@petrochenkov``File tree
2 files changed
+11
-9
lines changed- clippy_lints/src/methods
- clippy_utils/src
2 files changed
+11
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
50 | | - | |
| 51 | + | |
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| 92 | + | |
92 | 93 | | |
93 | 94 | | |
94 | 95 | | |
| |||
3245 | 3246 | | |
3246 | 3247 | | |
3247 | 3248 | | |
3248 | | - | |
3249 | | - | |
| 3249 | + | |
| 3250 | + | |
3250 | 3251 | | |
3251 | 3252 | | |
3252 | 3253 | | |
| |||
3256 | 3257 | | |
3257 | 3258 | | |
3258 | 3259 | | |
3259 | | - | |
| 3260 | + | |
3260 | 3261 | | |
3261 | 3262 | | |
3262 | 3263 | | |
| |||
3268 | 3269 | | |
3269 | 3270 | | |
3270 | 3271 | | |
3271 | | - | |
3272 | | - | |
| 3272 | + | |
| 3273 | + | |
3273 | 3274 | | |
3274 | | - | |
| 3275 | + | |
3275 | 3276 | | |
3276 | 3277 | | |
3277 | 3278 | | |
3278 | 3279 | | |
3279 | | - | |
| 3280 | + | |
3280 | 3281 | | |
3281 | | - | |
| 3282 | + | |
3282 | 3283 | | |
3283 | 3284 | | |
3284 | 3285 | | |
| |||
0 commit comments