rust-embedded-community / embedded-storage

An Embedded Storage Abstraction Layer
Apache License 2.0
68 stars 23 forks source link

Remove sync ErrorType implementation for &mut #38

Closed rmja closed 1 year ago

rmja commented 1 year ago

This fixes the regression introduced in #33. The ErrorType is shared for both the sync and async variant, so there should only be one implemenetation