1
Fork 0

Remove seldom-used std::reference functions.

This commit is contained in:
xales 2014-01-28 21:05:57 -05:00
parent d547f7ac21
commit f17d972014
7 changed files with 8 additions and 39 deletions

View file

@ -123,7 +123,7 @@ pub mod send_str;
pub mod ptr;
pub mod owned;
pub mod managed;
pub mod reference;
mod reference;
pub mod rc;
pub mod gc;