Commit 8193ee6
authored
Rollup merge of #158005 - theemathas:zipimpl-no-doc-hidden, r=jhpratt
Remove useless `#[doc(hidden)]` from `ZipImpl`
The `ZipImpl` trait is private, so the `#[doc(hidden)]` is unneccessary.
The `#[doc(hidden)]` was already there when the trait was created in [`a8f2e9b` (#33090)](a8f2e9b). This seems to have been an oversight.1 file changed
Lines changed: 0 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | | - | |
129 | 128 | | |
130 | 129 | | |
131 | 130 | | |
| |||
204 | 203 | | |
205 | 204 | | |
206 | 205 | | |
207 | | - | |
208 | 206 | | |
209 | 207 | | |
210 | 208 | | |
| |||
247 | 245 | | |
248 | 246 | | |
249 | 247 | | |
250 | | - | |
251 | 248 | | |
252 | 249 | | |
253 | 250 | | |
| |||
288 | 285 | | |
289 | 286 | | |
290 | 287 | | |
291 | | - | |
292 | 288 | | |
293 | 289 | | |
294 | 290 | | |
| |||
0 commit comments