Fix typos in W3D5 writeup and code (#67)
This commit is contained in:
@@ -61,7 +61,7 @@ type SkipMapRangeIter<'a> =
|
||||
pub struct TxnLocalIterator {
|
||||
/// Stores a reference to the skipmap.
|
||||
map: Arc<SkipMap<Bytes, Bytes>>,
|
||||
/// Stores a skipmap iterator that refers to the lifetime of `MemTableIterator` itself.
|
||||
/// Stores a skipmap iterator that refers to the lifetime of `TxnLocalIterator` itself.
|
||||
#[borrows(map)]
|
||||
#[not_covariant]
|
||||
iter: SkipMapRangeIter<'this>,
|
||||
|
Reference in New Issue
Block a user