Rename core::uniq to core::owned

No review.
Closes #3841
This commit is contained in:
Tim Chevalier 2012-10-25 14:44:26 -07:00
parent 93a0763d53
commit af842bf76c
2 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ pub mod at_vec;
pub mod bool;
pub mod tuple;
pub mod unit;
pub mod uniq;
pub mod owned;
// Ubiquitous-utility-type modules