Commit d5cf55e
authored
fix(diag): Remove complexity, perf, and nursery lint groups (#17307)
### What does this PR try to resolve?
These are currently unused and have less chanced of being used in Cargo
as compared to Clippy.
Pedantic is also unused but only because we removed a lint that used it.
It is likely to be used again and having it makes it more likely for
people to use it.
This was brought up during stabilization.
### How to test and review this PR?2 files changed
Lines changed: 0 additions & 30 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
22 | 20 | | |
23 | 21 | | |
24 | | - | |
25 | 22 | | |
26 | 23 | | |
27 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
130 | | - | |
131 | 129 | | |
132 | 130 | | |
133 | | - | |
134 | 131 | | |
135 | 132 | | |
136 | 133 | | |
| |||
144 | 141 | | |
145 | 142 | | |
146 | 143 | | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | 144 | | |
156 | 145 | | |
157 | 146 | | |
| |||
160 | 149 | | |
161 | 150 | | |
162 | 151 | | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | | - | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | 152 | | |
172 | 153 | | |
173 | 154 | | |
| |||
176 | 157 | | |
177 | 158 | | |
178 | 159 | | |
179 | | - | |
180 | | - | |
181 | | - | |
182 | | - | |
183 | | - | |
184 | | - | |
185 | | - | |
186 | | - | |
187 | 160 | | |
188 | 161 | | |
189 | 162 | | |
| |||
0 commit comments