Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When the lazy_static feature "spin_no_std" is enabled, the bounds of Send is required This may happen if another dependency adds that feature, then cargo unifies the two dependency trees erroneously, causing a compile error requiring Send on Runtime. This is technically a breaking change in case anyone had a Sync but not Send type implementing Function See more: rust-lang-nursery/lazy-static.rs#204
- Loading branch information