mirror of
https://github.com/sxyazi/yazi.git
synced 2024-12-18 14:21:32 +03:00
feat: re-enable the file created
attribute (#987)
This commit is contained in:
parent
28972ff54d
commit
a9cf8002d6
@ -61,8 +61,7 @@ impl From<Metadata> for Cha {
|
|||||||
kind: ck,
|
kind: ck,
|
||||||
len: m.len(),
|
len: m.len(),
|
||||||
accessed: m.accessed().ok(),
|
accessed: m.accessed().ok(),
|
||||||
// TODO: remove this once https://github.com/rust-lang/rust/issues/108277 is fixed.
|
created: m.created().ok(),
|
||||||
created: None,
|
|
||||||
modified: m.modified().ok(),
|
modified: m.modified().ok(),
|
||||||
|
|
||||||
#[cfg(unix)]
|
#[cfg(unix)]
|
||||||
|
Loading…
Reference in New Issue
Block a user