]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #90074 - klensy:upvar-all, r=wesleywiser
authorYuki Okushi <jtitor@2k36.org>
Thu, 21 Oct 2021 05:11:09 +0000 (14:11 +0900)
committerGitHub <noreply@github.com>
Thu, 21 Oct 2021 05:11:09 +0000 (14:11 +0900)
2229 migrations small cleanup

This removes needless `format!`'ing of empty string and replaces `vec!` with const strings with const array.


Trivial merge