When a large string is tested with assert_eq, it's really hard to spot the diff at a glance. The crate pretty_assertions tries to fix this situation by providing a more "diff" based output that highlights what was added or removed. I have used it and like it. It helped me through my recent PR, but instead of keeping the unrelated change in there, I opened this issue to track that suggestion.
When a large string is tested with
assert_eq, it's really hard to spot the diff at a glance. The cratepretty_assertionstries to fix this situation by providing a more "diff" based output that highlights what was added or removed. I have used it and like it. It helped me through my recent PR, but instead of keeping the unrelated change in there, I opened this issue to track that suggestion.