Open Issues Need Help
View All on GitHub Introduce custom derive for ByteValued/replace ByteValued with zerocopy about 2 months ago
good first issue
Enable clippy::assertions_on_result_states for tests 2 months ago
AI Summary: Refactor approximately 50 unit tests in the `vm-memory` crate to replace assertions checking the Ok/Err state of Result types with more informative `unwrap()`, `unwrap_err()`, or `assert_matches!` calls, then enable the `clippy::assertions_on_result_states` lint to prevent future regressions.
Complexity:
2/5
good first issue