Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: improve wasi_common::ErrorKind derives (#5006)
Besides the standard traits (Copy, Clone, PartialEq and Eq), we also mark the trait as non-exhaustive so that we can add errors in the future without breaking API. Signed-off-by: Nathaniel McCallum <[email protected]> Signed-off-by: Nathaniel McCallum <[email protected]>
- Loading branch information