feat: re-enable the file created attribute (#987)

This commit is contained in:
Rafael Bodill 2024-05-02 04:10:05 +03:00 committed by GitHub
parent 28972ff54d
commit a9cf8002d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -61,8 +61,7 @@ impl From<Metadata> 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)]