Commit 9c0ae2a
committed
Auto merge of rust-lang#6687 - ehuss:stabilize-wrapper, r=flip1995
Stabilize workspace wrapper.
This fixes it so that `cargo clippy` doesn't share the same cache artifacts as `cargo check`. The Cargo side was stabilized a while ago (rust-lang/cargo#8976), so this should be ready to go. I'm not aware of any blockers or concerns.
Closes rust-lang#4612
---
changelog: `cargo clippy` no longer shares the same build cache as `cargo check`.1 file changed
+1
-23
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
63 | 62 | | |
64 | 63 | | |
65 | 64 | | |
| |||
105 | 104 | | |
106 | 105 | | |
107 | 106 | | |
108 | | - | |
109 | 107 | | |
110 | 108 | | |
111 | 109 | | |
112 | 110 | | |
113 | 111 | | |
114 | 112 | | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | 113 | | |
124 | 114 | | |
125 | 115 | | |
| |||
156 | 146 | | |
157 | 147 | | |
158 | 148 | | |
159 | | - | |
| 149 | + | |
160 | 150 | | |
161 | 151 | | |
162 | 152 | | |
| |||
205 | 195 | | |
206 | 196 | | |
207 | 197 | | |
208 | | - | |
209 | 198 | | |
210 | 199 | | |
211 | 200 | | |
| |||
232 | 221 | | |
233 | 222 | | |
234 | 223 | | |
235 | | - | |
236 | | - | |
237 | | - | |
238 | | - | |
239 | | - | |
240 | | - | |
241 | | - | |
242 | | - | |
243 | | - | |
244 | | - | |
245 | | - | |
246 | 224 | | |
247 | 225 | | |
0 commit comments