Commit 9387241
fix: make into_raw methods private to match private return types
pub(crate) still triggers private_interfaces lint since the return
types (RawSerializable, DispatchResponseWrapper) are module-private.
These methods are only used within crdtp.rs, so make them fully private.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent a676dd7 commit 9387241
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
185 | | - | |
| 185 | + | |
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
| |||
361 | 361 | | |
362 | 362 | | |
363 | 363 | | |
364 | | - | |
| 364 | + | |
365 | 365 | | |
366 | 366 | | |
367 | 367 | | |
| |||
0 commit comments