From 73c6e9a4613efccefd7344960de526c685c2501c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Harabie=C5=84?= Date: Wed, 9 May 2018 22:58:05 +0200 Subject: [PATCH] Fix compilation without chromo --- src/dir_entry.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/dir_entry.rs b/src/dir_entry.rs index f56e85a..5f21bac 100644 --- a/src/dir_entry.rs +++ b/src/dir_entry.rs @@ -148,7 +148,6 @@ impl DirFileEntryData { #[cfg(not(feature = "chrono"))] pub(crate) fn reset_created(&mut self) { // nop - user controls timestamps manually - false } #[cfg(not(feature = "chrono"))] @@ -160,7 +159,6 @@ impl DirFileEntryData { #[cfg(not(feature = "chrono"))] pub(crate) fn reset_modified(&mut self) { // nop - user controls timestamps manually - false } pub(crate) fn serialize(&self, wrt: &mut Write) -> io::Result<()> {