Closed Easyoakland closed 1 month ago
Fixes no_std after after futures-buffered accepts https://github.com/conradludgate/futures-buffered/pull/9.
no_std
futures-lite has std and alloc features by default which had to be disabled unless the same feature is enabled in this crate.
futures-lite
std
alloc
Clippy checks don't look relevant to this PR.
Fixes
no_std
after after futures-buffered accepts https://github.com/conradludgate/futures-buffered/pull/9.futures-lite
hasstd
andalloc
features by default which had to be disabled unless the same feature is enabled in this crate.