Update shardtree/src/lib.rs

Co-authored-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
Kris Nuttycombe 2023-05-30 12:40:11 -06:00 committed by GitHub
parent 51c3997ee6
commit 2f65d483ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ use incrementalmerkletree::{Address, Hashable, Level, MerklePath, Position, Rete
bitflags! {
pub struct RetentionFlags: u8 {
/// An leaf with `EPHEMERAL` retention can be pruned as soon as we are certain that it is not part
/// of the witness for a leaf with [`CHECKPOINT`] or `MARKED` retention.
/// of the witness for a leaf with [`CHECKPOINT`] or [`MARKED`] retention.
///
/// [`CHECKPOINT`]: RetentionFlags::CHECKPOINT
/// [`MARKED`]: RetentionFlags::MARKED