mirror of
https://github.com/sxyazi/yazi.git
synced 2024-12-19 14:51:42 +03:00
fix: temporarily disable the file creation time until Rust v1.78.0 becomes popular (#991)
This commit is contained in:
parent
a9cf8002d6
commit
36b3ffafc1
@ -61,7 +61,8 @@ impl From<Metadata> for Cha {
|
||||
kind: ck,
|
||||
len: m.len(),
|
||||
accessed: m.accessed().ok(),
|
||||
created: m.created().ok(),
|
||||
// TODO: remove this once https://github.com/rust-lang/rust/issues/108277 is fixed.
|
||||
created: None,
|
||||
modified: m.modified().ok(),
|
||||
|
||||
#[cfg(unix)]
|
||||
|
Loading…
Reference in New Issue
Block a user