Commit 8a4d9e2
fix: pub mod actor exposing SyncHandle (#52)
## Description
publishes the `actor` mod exposing SyncHandle, which is not exposed thus
it renders it unusable for users
Check
https://docs.rs/iroh-docs/latest/iroh_docs/engine/struct.Engine.html#structfield.sync
## Breaking Changes
There should be no breaking changes.
## Notes & open questions
None.
## Change checklist
- [x] Self-review.
- [x] Documentation updates following the [style
guide](https://rust-lang.github.io/rfcs/1574-more-api-documentation-conventions.html#appendix-a-full-conventions-text),
if relevant.
- [ ] Tests if relevant.
- [x] All breaking changes documented.
Co-authored-by: Philipp Krüger <philipp.krueger1@gmail.com>1 parent cea3ebe commit 8a4d9e2
2 files changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
238 | 238 | | |
239 | 239 | | |
240 | 240 | | |
| 241 | + | |
241 | 242 | | |
242 | 243 | | |
243 | 244 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
0 commit comments