From 59cb1705d790ac15d336525c4e2aa5bf5c9cf104 Mon Sep 17 00:00:00 2001 From: Nick Cameron Date: Wed, 12 Sep 2018 15:21:50 +1200 Subject: rebasing and reviewer changes Primarily refactoring `(Ident, Option)` to `Segment` --- src/libsyntax/parse/parser.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libsyntax') diff --git a/src/libsyntax/parse/parser.rs b/src/libsyntax/parse/parser.rs index 619a53e1c7c..589b3e30fcf 100644 --- a/src/libsyntax/parse/parser.rs +++ b/src/libsyntax/parse/parser.rs @@ -2137,7 +2137,7 @@ impl<'a> Parser<'a> { PathSegment { ident, args, id: ast::DUMMY_NODE_ID } } else { // Generic arguments are not found. - PathSegment::from_ident(ident,) + PathSegment::from_ident(ident) }) } -- cgit 1.4.1-3-g733a5