diff options
| author | Nick Hamann <nick@wabbo.org> | 2015-05-09 23:43:48 -0500 |
|---|---|---|
| committer | Nick Hamann <nick@wabbo.org> | 2015-05-09 23:43:48 -0500 |
| commit | 788d76281ea624ed675a0b2a509789b1d5bcbdbd (patch) | |
| tree | e4d35c168ade3fcad42c763f96c343d73f321470 | |
| parent | dc630d01e3eae8ba05db98383119bc2ddbbb01c1 (diff) | |
| download | rust-788d76281ea624ed675a0b2a509789b1d5bcbdbd.tar.gz rust-788d76281ea624ed675a0b2a509789b1d5bcbdbd.zip | |
Remove obsolete comment in rustc::middle::subst.
This was added in d2f8074 along with the AssocSpace stuff. The AssocSpace stuff was then removed in de8e0ae, except the comment was missed it seems.
| -rw-r--r-- | src/librustc/middle/subst.rs | 1 |
1 files changed, 0 insertions, 1 deletions
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<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(); |
