]> git.lizzy.rs Git - rust.git/commit
Merge #5401
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>
Thu, 16 Jul 2020 08:02:39 +0000 (08:02 +0000)
committerGitHub <noreply@github.com>
Thu, 16 Jul 2020 08:02:39 +0000 (08:02 +0000)
commit6a74a917133a98aac2a35df537b7112279dd7d71
tree103618bb65397a0051a92b5fe00329e791ef1803
parent6824cf4f8a94dc9d0bd049efcf99e18651c71831
parent20770044631fd0c21caa12f9bc87489ea6c848ee
Merge #5401

5401: Implement Chalk closure support r=matklad a=flodiebold

This makes use of Chalk's closure support, which means we can get rid of our last built-in impls and a bunch of other surrounding stuff.

Co-authored-by: Florian Diebold <flodiebold@gmail.com>