Skip to content

Commit 788d762

Browse files
author
Nick Hamann
committed
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.
1 parent dc630d0 commit 788d762

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/librustc/middle/subst.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,6 @@ impl<T> VecPerParamSpace<T> {
273273

274274
/// `t` is the type space.
275275
/// `s` is the self space.
276-
/// `a` is the assoc space.
277276
/// `f` is the fn space.
278277
pub fn new(t: Vec<T>, s: Vec<T>, f: Vec<T>) -> VecPerParamSpace<T> {
279278
let type_limit = t.len();

0 commit comments

Comments
 (0)