.. [no ci]

This commit is contained in:
sxyazi 2023-11-11 05:43:03 +08:00
parent daf6f04c02
commit 888f370abf
No known key found for this signature in database

View file

@ -57,6 +57,7 @@ impl From<Metadata> for Cha {
meta: cm,
len: m.len(),
accessed: m.accessed().ok(),
// TODO: remove this once https://github.com/rust-lang/rust/issues/108277 is fixed.
created: std::panic::catch_unwind(|| m.created().ok()).ok().flatten(),
modified: m.modified().ok(),