forked from Orchid/orchid
updated all deps
migrated away from paste and async-std
This commit is contained in:
@@ -209,7 +209,7 @@ pub fn mk_errv<I: Into<ErrPos>>(
|
||||
}
|
||||
|
||||
pub async fn async_io_err<I: Into<ErrPos>>(
|
||||
err: async_std::io::Error,
|
||||
err: std::io::Error,
|
||||
i: &Interner,
|
||||
posv: impl IntoIterator<Item = I>,
|
||||
) -> OrcErrv {
|
||||
|
||||
Reference in New Issue
Block a user