]> git.lizzy.rs Git - rust.git/commit
Merge #7468
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>
Wed, 27 Jan 2021 21:35:57 +0000 (21:35 +0000)
committerGitHub <noreply@github.com>
Wed, 27 Jan 2021 21:35:57 +0000 (21:35 +0000)
commitad3cb2125dee4379c11f447216f510d6544c10c5
treede2d601517dbf98b5d007ea8ac7c6634a4ec89a8
parent671757a5de0bbbdd8f42cd3c2d859a75288e3880
parentb883a52712fe9eccf8e5120b7a965ac3c9699d6f
Merge #7468

7468: Enable fill_match_arms in macros r=Veykril a=Veykril

Fixes #3936

The indentation is a bit off, but I don't think it's worth trying to fix that up until we have a proper formatting thing set up, as this most likely requires some hand picked specializing making the implementation worse to read(Assuming this can even be fixed for all cases by hardcoding indentation fixes).

bors r+

Co-authored-by: Lukas Wirth <lukastw97@gmail.com>