Jeff Olson 708b5d986e core: str::as_slice is unneeded, yay! fixes std::net::tcp socket_buf test
i mistook an "unconstrained type" error, due to type-inference messup
because i didnt have return vals in some closure wired-up right, for being
due to not having a str as a str/& (a str will actually auto-coerce to a
str/&, so str::as_slice was erroneously added. my bad).
2012-06-29 15:41:55 -07:00
..
2012-06-21 16:11:11 -07:00
2012-06-26 14:08:16 -07:00
2012-06-28 00:02:16 -04:00
2012-06-21 16:11:11 -07:00
2012-06-25 13:29:41 -07:00
2012-06-26 16:18:37 -07:00
2012-06-25 13:29:41 -07:00
2012-06-28 00:10:09 -04:00
2012-06-29 15:41:55 -07:00