Fixes a regression with LocalSet
that allowed !Send
futures to cross threads.
This change makes LocalSet
!Send
. The Send
implementation was accidentally added in v0.2.14. Removing the Send
implementation is not considered a breaking change as it fixes a soundness bug and the implementation was accidental.