Skip to content

Conversation

chrysn
Copy link
Contributor

@chrysn chrysn commented Aug 19, 2025

core::error::Error already depends on Debug, thus this is a compatible simplification.

This fixes a mistake I made in #672 found by @ROMemories in #672 (review) -- I guess this happened because never occurred to me that core:…:Error: Debug, because every time I had to implement Error, I only had to implement Display (because the type was typically Debug already).

core::error::Error already depends on Debug, thus this is a compatible
simplification.
@Dirbaio Dirbaio added this pull request to the merge queue Aug 19, 2025
Merged via the queue into rust-embedded:master with commit 031fd03 Aug 19, 2025
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants