Commit 5264d06
authored
fix: make
The original `OpaqueIpcMessage` struct that was superseded by the new
`IpcMessage` had only non-public members, Having the members of
`IpcMessage` marked as `pub` also mean they become part of the API,
which we don't expect to be useful. So this change just marks them as
`pub(crate)`.
Signed-off-by: Mukilan Thiyagarajan <[email protected]>IpcMessage members non-public (#366)1 parent 59e248f commit 5264d06
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
665 | 665 | | |
666 | 666 | | |
667 | 667 | | |
668 | | - | |
669 | | - | |
670 | | - | |
| 668 | + | |
| 669 | + | |
| 670 | + | |
671 | 671 | | |
672 | 672 | | |
673 | 673 | | |
| |||
0 commit comments