Rollup merge of #25261 - nham:obsolete_assoc_space_comment, r=alexcrichton
This was added ind2f8074
along with the AssocSpace stuff. The AssocSpace stuff was then removed inde8e0ae
, except it seems the comment here was missed.
This commit is contained in:
commit
2274bf126a
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user