You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Description
- Hide the test module from docs (it will be removed/hidden behind
afeature flag into a separate crate eventually.
- Make util pub(crate)
- Remove unused code in the hash_seq module
## Breaking Changes
- the util mod is no longer public
- the test mod is hidden (will be non-public eventually)
- there is a new reexport of ChunkRangeExt in protocol so people can use
it
## Notes & open questions
<!-- Any notes, remarks or open questions you have to make about the PR.
-->
## Change checklist
- [ ] Self-review.
- [ ] 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.
- [ ] All breaking changes documented.
0 commit comments