mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-15 09:22:55 +00:00
fixup residentlayer comment
This commit is contained in:
@@ -1080,7 +1080,7 @@ enum LayerKind {
|
||||
Image(image_layer::ImageLayerInner),
|
||||
}
|
||||
|
||||
/// Guard value for forcing a layer be resident while it exists.
|
||||
/// Guard for forcing a layer be resident while it exists.
|
||||
#[derive(Clone)]
|
||||
pub(crate) struct ResidentLayer {
|
||||
owner: Layer,
|
||||
|
||||
Reference in New Issue
Block a user