rust-embedded / nb

Minimal and reusable non-blocking I/O layer
Apache License 2.0
86 stars 15 forks source link

Derive commonly required traits for `Error` #6

Closed hannobraun closed 6 years ago

hannobraun commented 6 years ago

I only need PartialEq/Eq, but figured I'd add other commonly required traits while I'm at it. I looked at the Rust core library and just derived all traits that Option derives, so I don't think I forgot anything important.

japaric commented 6 years ago

Thanks, @hannobraun.

@homunkulus r+

homunkulus commented 6 years ago

:pushpin: Commit ecf68c7 has been approved by japaric

homunkulus commented 6 years ago

:hourglass: Testing commit ecf68c7 with merge ecf68c7...

hannobraun commented 6 years ago

No problem, @japaric. Thank you for all your great work!

homunkulus commented 6 years ago

:sunny: Test successful - status-travis Approved by: japaric Pushing ecf68c75cdd88ca5e093b91c0cb807bb44ad5d3c to master...