Remove unused arena macro args

This commit is contained in:
bjorn3 2021-08-30 13:09:38 +02:00
parent dbb0fe9d80
commit 1a2fe87b09
5 changed files with 10 additions and 10 deletions

View file

@ -9,8 +9,8 @@
/// where `T` is the type listed. These impls will appear in the implement_ty_decoder! macro.
#[macro_export]
macro_rules! arena_types {
($macro:path, $args:tt, $tcx:lifetime) => (
$macro!($args, [
($macro:path, $tcx:lifetime) => (
$macro!([
// HIR types
[few] hir_krate: rustc_hir::Crate<$tcx>,
[] arm: rustc_hir::Arm<$tcx>,