]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #95805 - c410-f3r:meta-vars, r=petrochenkov
authorDylan DPC <99973273+Dylan-DPC@users.noreply.github.com>
Sat, 9 Apr 2022 16:26:27 +0000 (18:26 +0200)
committerGitHub <noreply@github.com>
Sat, 9 Apr 2022 16:26:27 +0000 (18:26 +0200)
Left overs of #95761

These are just nits. Feel free to close this PR if all modifications are not worth merging.

* `#![feature(decl_macro)]` is not needed anymore in `rustc_expand`
* `tuple_impls` does not require `$Tuple:ident`. I guess it is there to enhance readability?

r? ```@petrochenkov```


Trivial merge