Skip to content

Commit

Permalink
Remove obsolete comment in rustc::middle::subst.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Nick Hamann committed May 10, 2015
1 parent dc630d0 commit 788d762
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 788d762

Please sign in to comment.