rust-embedded / embedded-hal

A Hardware Abstraction Layer (HAL) for embedded systems
Apache License 2.0
1.95k stars 197 forks source link

Add `+ ?Sized` to all blanket impls. #470

Closed Dirbaio closed 1 year ago

Dirbaio commented 1 year ago

It doesn't make much of a difference in practice because unsized types are rare, but it's best practice to do so, so why not.