Commit 1c4f554
Add #[doc(hidden)] on a couple fns that take Private
We don't want these things to show up in our Rustdoc, since anything which takes `Private` is intended not to be called by users.
PiperOrigin-RevId: 8660579991 parent 5bde6e8 commit 1c4f554
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| 107 | + | |
107 | 108 | | |
108 | 109 | | |
109 | 110 | | |
| |||
284 | 285 | | |
285 | 286 | | |
286 | 287 | | |
| 288 | + | |
287 | 289 | | |
288 | 290 | | |
289 | 291 | | |
| |||
0 commit comments