Commit cc35165
committed
Auto merge of rust-lang#4840 - flip1995:rollup-jqk3a3i, r=flip1995
Rollup of 5 pull requests
Successful merges:
- rust-lang#4730 (Fix check_infinite_loop (while_immutable_condition) by checking for break or return inside loop body)
- rust-lang#4766 (Fix false positive in derive_hash_xor_eq)
- rust-lang#4811 (Literal Representation Restructure)
- rust-lang#4820 (doc: fix the comment above the lint function)
- rust-lang#4830 (use more efficient code to generate repeated string)
Failed merges:
r? @ghost
changelog: noneFile tree
20 files changed
+549
-294
lines changed- clippy_lints/src
- methods
- utils
- tests/ui
20 files changed
+549
-294
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| 93 | + | |
93 | 94 | | |
94 | 95 | | |
95 | 96 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
86 | 87 | | |
87 | 88 | | |
88 | 89 | | |
89 | | - | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| |||
0 commit comments