From a817c69297dc2bfac4029410cc055d32022cea95 Mon Sep 17 00:00:00 2001 From: Eduard Burtescu Date: Thu, 29 Jan 2015 21:18:17 +0200 Subject: syntax: don't store a secondary NodeId for TyPath. --- src/libsyntax/print/pprust.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libsyntax/print') diff --git a/src/libsyntax/print/pprust.rs b/src/libsyntax/print/pprust.rs index 869dad867eb..752d34a19c6 100644 --- a/src/libsyntax/print/pprust.rs +++ b/src/libsyntax/print/pprust.rs @@ -729,7 +729,7 @@ impl<'a> State<'a> { &generics, None)); } - ast::TyPath(ref path, _) => { + ast::TyPath(ref path) => { try!(self.print_path(path, false)); } ast::TyObjectSum(ref ty, ref bounds) => { -- cgit 1.4.1-3-g733a5