Remove obsolete comment in rustc::middle::subst.
This was added ind2f8074
along with the AssocSpace stuff. The AssocSpace stuff was then removed inde8e0ae
, except the comment was missed it seems.
This commit is contained in:
parent
dc630d01e3
commit
788d76281e
@ -273,7 +273,6 @@ pub fn params_from_type(types: Vec<T>) -> VecPerParamSpace<T> {
|
|||||||
|
|
||||||
/// `t` is the type space.
|
/// `t` is the type space.
|
||||||
/// `s` is the self space.
|
/// `s` is the self space.
|
||||||
/// `a` is the assoc space.
|
|
||||||
/// `f` is the fn space.
|
/// `f` is the fn space.
|
||||||
pub fn new(t: Vec<T>, s: Vec<T>, f: Vec<T>) -> VecPerParamSpace<T> {
|
pub fn new(t: Vec<T>, s: Vec<T>, f: Vec<T>) -> VecPerParamSpace<T> {
|
||||||
let type_limit = t.len();
|
let type_limit = t.len();
|
||||||
|
Loading…
Reference in New Issue
Block a user