diff --git a/src/content/write.rs b/src/content/write.rs index 4dc1580..8b7961e 100644 --- a/src/content/write.rs +++ b/src/content/write.rs @@ -187,7 +187,7 @@ impl AsyncWriter { }))))) } _ => Err(Error::IoError( - std::io::Error::other("File not created"), + std::io::Error::new(std::io::ErrorKind::Other, "temp file create error"), "Possible memory issues for file handle".into(), )), }