doc: fix link

This commit is contained in:
Joonas Koivunen
2023-08-29 13:25:36 +03:00
parent 8348bc9b1a
commit 9151b71b19

View File

@@ -39,7 +39,7 @@ use super::{
///
/// This type models the on-disk layers, which can be evicted and on-demand downloaded.
///
/// [`InMemoryLayer`]: inmemory_layer::InMemoryLayer
/// [`InMemoryLayer`]: super::inmemory_layer::InMemoryLayer
#[derive(Clone)]
pub(crate) struct Layer(Arc<LayerInner>);