We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49d9270 commit a7b40f0Copy full SHA for a7b40f0
src/snapshot_vec.rs
@@ -61,7 +61,7 @@ impl<D> fmt::Debug for SnapshotVec<D>
61
// Snapshots are tokens that should be created/consumed linearly.
62
pub struct Snapshot {
63
// Length of the undo log at the time the snapshot was taken.
64
- length: usize,
+ pub(crate) length: usize,
65
}
66
67
pub trait SnapshotVecDelegate {
0 commit comments