From 385d07f359cd4d4237cac6ae030d07792750a506 Mon Sep 17 00:00:00 2001 From: Mazdak Farrokhzad Date: Sun, 11 Aug 2019 20:44:09 +0200 Subject: parser: move into generics.rs --- src/libsyntax/parse/parser/ty.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/libsyntax/parse/parser/ty.rs') diff --git a/src/libsyntax/parse/parser/ty.rs b/src/libsyntax/parse/parser/ty.rs index a5a073c3af1..e01ce9a48c0 100644 --- a/src/libsyntax/parse/parser/ty.rs +++ b/src/libsyntax/parse/parser/ty.rs @@ -430,8 +430,6 @@ impl<'a> Parser<'a> { return Ok(bounds); } - // TODO remove super below. - pub(super) fn parse_late_bound_lifetime_defs(&mut self) -> PResult<'a, Vec> { if self.eat_keyword(kw::For) { self.expect_lt()?; -- cgit 1.4.1-3-g733a5