esp-rs / esp-hal

no_std Hardware Abstraction Layers for ESP32 microcontrollers
https://docs.esp-rs.org/esp-hal/
Apache License 2.0
764 stars 214 forks source link

Add missing Sealed impl #2560

Closed bugadani closed 4 days ago

bugadani commented 4 days ago

I'm open to suggestions how we should test this. We can shove an "it_compiles" function into one of the test suites, or we can have it in source, although I'd not recommend that. Ideally I'd add a doctest, but we aren't running those for non-esp-hal.

bjoernQ commented 4 days ago

We can shove an "it_compiles" function into one of the test suites

Probably that for now