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.
This commit is contained in:
Manish Goregaokar 2015-05-10 11:01:46 +05:30
commit 2274bf126a

View File

@ -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();