mirror of
https://github.com/servo/servo
synced 2026-05-13 10:27:03 +02:00
This PR adds a `Display` implementation for `ReceiveError`. This avoids relying on Debug-derived formatting for error messages and allows `ReceiveError` to be printed in a more appropriate form. Testing: Manually tested Signed-off-by: Jan Varga <jvarga@igalia.com>