1
Fork 0

Rename std::borrow to std::reference.

Fixes #11814
This commit is contained in:
xales 2014-01-28 19:29:10 -05:00
parent f84b7291e7
commit d7f97e3018
7 changed files with 13 additions and 13 deletions

View file

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