Rollup merge of #25261 - nham:obsolete_assoc_space_comment, r=alexcrichton
This was added ind2f8074along 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
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue