hir: remove an unused hir_vec macro pattern
This commit is contained in:
parent
485397e49a
commit
58a2267c15
1 changed files with 0 additions and 1 deletions
|
|
@ -58,7 +58,6 @@ macro_rules! hir_vec {
|
|||
($($x:expr),*) => (
|
||||
$crate::hir::HirVec::from(vec![$($x),*])
|
||||
);
|
||||
($($x:expr,)*) => (hir_vec![$($x),*])
|
||||
}
|
||||
|
||||
pub mod check_attr;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue