mirror of
https://github.com/neondatabase/neon.git
synced 2026-07-13 17:10:39 +00:00
Make clippy happy
This commit is contained in:
@@ -868,8 +868,9 @@ pub struct DeltaLayerWriter {
|
||||
|
||||
impl DeltaLayerWriter {
|
||||
pub fn key_start(&self) -> Key {
|
||||
self.inner.as_ref().unwrap().key_start.clone()
|
||||
self.inner.as_ref().unwrap().key_start
|
||||
}
|
||||
|
||||
pub fn lsn_range(&self) -> Range<Lsn> {
|
||||
self.inner.as_ref().unwrap().lsn_range.clone()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user