Skip to content

Commit 0c8ba5f

Browse files
committed
rm out-of-date comment from std::unstable::raw
1 parent eced501 commit 0c8ba5f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/libstd/unstable/raw.rs

-3
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,6 @@ impl<T> Repr<*Box<T>> for @T {}
7171
impl<T> Repr<*Vec<T>> for ~[T] {}
7272
impl Repr<*String> for ~str {}
7373

74-
// sure would be nice to have this
75-
// impl<T> Repr<*Vec<T>> for ~[T] {}
76-
7774
#[cfg(test)]
7875
mod tests {
7976
use super::*;

0 commit comments

Comments
 (0)