From a9cf8002d624958a317c918c1fadcd732d5bea77 Mon Sep 17 00:00:00 2001 From: Rafael Bodill Date: Thu, 2 May 2024 04:10:05 +0300 Subject: [PATCH] feat: re-enable the file `created` attribute (#987) --- yazi-shared/src/fs/cha.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/yazi-shared/src/fs/cha.rs b/yazi-shared/src/fs/cha.rs index a1b116ba..0ee52427 100644 --- a/yazi-shared/src/fs/cha.rs +++ b/yazi-shared/src/fs/cha.rs @@ -61,8 +61,7 @@ impl From for Cha { kind: ck, len: m.len(), accessed: m.accessed().ok(), - // TODO: remove this once https://github.com/rust-lang/rust/issues/108277 is fixed. - created: None, + created: m.created().ok(), modified: m.modified().ok(), #[cfg(unix)]