Skip to content

Commit

Permalink
Fix Shale-doc link (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
richardpringle authored Jul 18, 2023
1 parent 4a75319 commit d59863c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firewood-shale/src/cached.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use std::{
};

/// Purely volatile, vector-based implementation for [CachedStore]. This is good for testing or trying
/// out stuff (persistent data structures) built on [ShaleStore] in memory, without having to write
/// out stuff (persistent data structures) built on [ShaleStore](crate::ShaleStore) in memory, without having to write
/// your own [CachedStore] implementation.
#[derive(Debug)]
pub struct PlainMem {
Expand Down

0 comments on commit d59863c

Please sign in to comment.