Skip to content

Commit e625daa

Browse files
committed
Rollup merge of #25261 - nham:obsolete_assoc_space_comment, r=alexcrichton
This was added in d2f8074 along with the AssocSpace stuff. The AssocSpace stuff was then removed in de8e0ae, except it seems the comment here was missed.
2 parents 5db9bee + 788d762 commit e625daa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/librustc/middle/subst.rs

-1
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)