Commit 936c724
fix(persisted): Make
Previously, the `FutureResult` type always required the `Send` bound,
which prevented `no_std` environments from using non-`Send` futures.
With this change, the bound is applied only when the `std` feature
is enabled.FutureResult non-Send when no-std
1 parent 41c54da commit 936c724
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| 58 | + | |
58 | 59 | | |
| 60 | + | |
| 61 | + | |
59 | 62 | | |
60 | 63 | | |
61 | 64 | | |
| |||
0 commit comments