about summary refs log tree commit diff
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2015-05-10 11:01:46 +0530
committerManish Goregaokar <manishsmail@gmail.com>2015-05-10 11:01:46 +0530
commit2274bf126ae5aa9c3d010b5117118d61bda64972 (patch)
treec4b7b0a038d5c0d9e83ac7ba40ad9332b5273b13
parent87a62787232df4def8f1d100c80557d561a369f1 (diff)
parent788d76281ea624ed675a0b2a509789b1d5bcbdbd (diff)
downloadrust-2274bf126ae5aa9c3d010b5117118d61bda64972.tar.gz
rust-2274bf126ae5aa9c3d010b5117118d61bda64972.zip
Rollup merge of #25261 - nham:obsolete_assoc_space_comment, r=alexcrichton
This was added in d2f8074 along with the AssocSpace stuff. The AssocSpace
stuff was then removed in de8e0ae, except it seems the comment here was missed.
-rw-r--r--src/librustc/middle/subst.rs1
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();