diff --git a/src/librustc/middle/subst.rs b/src/librustc/middle/subst.rs index 29f718fd097..500255db330 100644 --- a/src/librustc/middle/subst.rs +++ b/src/librustc/middle/subst.rs @@ -273,7 +273,6 @@ impl VecPerParamSpace { /// `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, s: Vec, f: Vec) -> VecPerParamSpace { let type_limit = t.len();