delete GuestErrorConversion from docs, tests

This commit is contained in:
Pat Hickey
2021-03-23 22:20:29 -07:00
parent f74b0291ad
commit 1c4af27f2d
15 changed files with 16 additions and 66 deletions

View File

@@ -12,7 +12,7 @@ wiggle::from_witx!({
}
});
impl_errno!(types::Errno, types::GuestErrorConversion);
impl_errno!(types::Errno);
#[wiggle::async_trait(?Send)]
impl<'a> atoms::Atoms for WasiCtx<'a> {