Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(test_suite): ignore the
eq_op
clippy lint
This clippy lint rejects statements like the following: assert_eq!(app.eg1, app.eg1); Such statements are needed here because we want to test our types' `PartielEq` implementations.
- Loading branch information