Apply suggestions from code review

Co-authored-by: str4d <thestr4d@gmail.com>
This commit is contained in:
Kris Nuttycombe 2024-03-11 16:51:06 -06:00 committed by GitHub
parent fa147c89c6
commit 17f2bcd037
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 4 deletions

View File

@ -8,12 +8,9 @@ and this project adheres to Rust's notion of
## Unreleased
## Added
* `Shardtree::{store, store_mut}`
- `ShardTree::{store, store_mut}`
- `ShardTree::insert_frontier`
## Changed
- `shardtree::error::InsertionError` has new variant `MarkedRetentionInvalid`
## [0.2.0] - 2023-11-07
## Added