Skip to content

Commit

Permalink
Rollup merge of rust-lang#25261 - nham:obsolete_assoc_space_comment, …
Browse files Browse the repository at this point in the history
…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.
  • Loading branch information
Manishearth committed May 10, 2015
2 parents 87a6278 + 788d762 commit 2274bf1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/librustc/middle/subst.rs
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,6 @@ impl<T> VecPerParamSpace<T> {

/// `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<T>, s: Vec<T>, f: Vec<T>) -> VecPerParamSpace<T> {
let type_limit = t.len();
Expand Down

0 comments on commit 2274bf1

Please sign in to comment.