From 638d1d34ff89803b8558713fa6d5dff79019c854 Mon Sep 17 00:00:00 2001 From: varkor Date: Mon, 6 May 2019 13:54:59 +0100 Subject: [PATCH] Remove duplicate comment Co-Authored-By: Gabriel Smith --- src/libsyntax/parse/parser.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/libsyntax/parse/parser.rs b/src/libsyntax/parse/parser.rs index d46feeab3359..084091f4c2a3 100644 --- a/src/libsyntax/parse/parser.rs +++ b/src/libsyntax/parse/parser.rs @@ -6045,10 +6045,6 @@ fn parse_generic_args(&mut self) -> PResult<'a, (Vec, Vec