fixup remove ability to have 'static DeltaEntry

This commit is contained in:
Joonas Koivunen
2023-08-24 18:09:25 +03:00
parent e10c5b0a9b
commit 732e155b8e

View File

@@ -218,12 +218,6 @@ pub struct DeltaLayerInner {
file: FileBlockReader<VirtualFile>,
}
impl AsRef<DeltaLayerInner> for DeltaLayerInner {
fn as_ref(&self) -> &DeltaLayerInner {
self
}
}
impl std::fmt::Debug for DeltaLayerInner {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
f.debug_struct("DeltaLayerInner")