]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #52674 - tinaun:patch-2, r=cramertj
authorMark Rousskov <mark.simulacrum@gmail.com>
Thu, 26 Jul 2018 15:18:34 +0000 (09:18 -0600)
committerGitHub <noreply@github.com>
Thu, 26 Jul 2018 15:18:34 +0000 (09:18 -0600)
commit7c09bab986086b19bae6afe342737578357fbe86
treea13047e5fbbc1c108e6b59ee071df6c6e54b4695
parent007177c445f3e56f891245ad1a68f0041310efb4
parent75d22263c92c28510a1bff2a91031d28817443d8
Rollup merge of #52674 - tinaun:patch-2, r=cramertj

Impl Executor for Box<E: Executor>

removes the need for the compatibility lib between futures 0.1 and 0.3 to use a wrapper type to implement Executor for Box<Executor>