diff options
| author | ljedrz <ljedrz@gmail.com> | 2018-11-13 15:50:31 +0100 |
|---|---|---|
| committer | ljedrz <ljedrz@gmail.com> | 2018-11-13 17:34:17 +0100 |
| commit | 58a2267c15d7214e8ef9548ce95f2aad4502fbd2 (patch) | |
| tree | 514f99ab8987c48dec4a335a2168bad000916d3a | |
| parent | 485397e49a02a3b7ff77c17e4a3f16c653925cb3 (diff) | |
| download | rust-58a2267c15d7214e8ef9548ce95f2aad4502fbd2.tar.gz rust-58a2267c15d7214e8ef9548ce95f2aad4502fbd2.zip | |
hir: remove an unused hir_vec macro pattern
| -rw-r--r-- | src/librustc/hir/mod.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/librustc/hir/mod.rs b/src/librustc/hir/mod.rs index f57e3ff913b..dda94bd26be 100644 --- a/src/librustc/hir/mod.rs +++ b/src/librustc/hir/mod.rs @@ -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; |
