diff --git a/src/content/write.rs b/src/content/write.rs index 1bb21a2..3241c13 100644 --- a/src/content/write.rs +++ b/src/content/write.rs @@ -28,6 +28,7 @@ struct MmapMut; #[cfg(not(feature = "mmap"))] impl MmapMut { + #[allow(dead_code)] fn flush_async(&self) -> std::io::Result<()> { panic!() }