From 788d76281ea624ed675a0b2a509789b1d5bcbdbd Mon Sep 17 00:00:00 2001 From: Nick Hamann Date: Sat, 9 May 2015 23:43:48 -0500 Subject: [PATCH] Remove obsolete comment in rustc::middle::subst. This was added in d2f8074 along with the AssocSpace stuff. The AssocSpace stuff was then removed in de8e0ae, except the comment was missed it seems. --- src/librustc/middle/subst.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/librustc/middle/subst.rs b/src/librustc/middle/subst.rs index 29f718fd09769..500255db330c5 100644 --- a/src/librustc/middle/subst.rs +++ b/src/librustc/middle/subst.rs @@ -273,7 +273,6 @@ impl VecPerParamSpace { /// `t` is the type space. /// `s` is the self space. - /// `a` is the assoc space. /// `f` is the fn space. pub fn new(t: Vec, s: Vec, f: Vec) -> VecPerParamSpace { let type_limit = t.len();