mirror of
https://github.com/bahdotsh/wrkflw.git
synced 2025-12-16 19:57:44 +01:00
Replace io::Error::new(io::ErrorKind::Other, e) with the newer io::Error::other(e) method as recommended by clippy. This fixes CI failures when running with -D warnings that treat clippy::io_other_error as an error.