diff --git a/crates/tx5-core/src/file_check.rs b/crates/tx5-core/src/file_check.rs index f7174a5b..57042354 100644 --- a/crates/tx5-core/src/file_check.rs +++ b/crates/tx5-core/src/file_check.rs @@ -31,6 +31,7 @@ fn tmp_persist>( p: P, ) -> std::result::Result> { // this is even less atomic... + // TODO - remove this hack after: https://github.com/Stebalien/tempfile/issues/259 is resolved if std::fs::metadata(&p).is_ok() { // file might exist, error out return Err(tempfile::PersistError {