chore: clippy

This commit is contained in:
Joonas Koivunen
2023-08-22 10:52:14 +03:00
parent 008ec2dbdb
commit 7686352141

View File

@@ -281,7 +281,7 @@ impl PersistentLayer for DeltaLayer {
}
fn access_stats(&self) -> &LayerAccessStats {
&self.access_stats()
self.access_stats()
}
}