Skip to content

Commit af842bf

Browse files
committed
Rename core::uniq to core::owned
No review. Closes #3841
1 parent 93a0763 commit af842bf

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/libcore/core.rc

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ pub mod at_vec;
133133
pub mod bool;
134134
pub mod tuple;
135135
pub mod unit;
136-
pub mod uniq;
136+
pub mod owned;
137137

138138
// Ubiquitous-utility-type modules
139139

File renamed without changes.

0 commit comments

Comments
 (0)