Files
servo/components/shared/base
Jan Varga 391b4f29b0 base: Implement Display for ReceiveError (#41247)
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>
2025-12-14 07:08:49 +00:00
..