Remove unused arena macro args
This commit is contained in:
parent
dbb0fe9d80
commit
1a2fe87b09
5 changed files with 10 additions and 10 deletions
|
@ -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>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue