Skip to content

Commit 7817824

Browse files
committed
stdlib: export ptr_eq from box, but not rustrt
1 parent 467b938 commit 7817824

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/box.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export rustrt;
1+
export ptr_eq;
22

33
native "rust" mod rustrt {
44
fn rust_ptr_eq[T](@T a, @T b) -> int;

0 commit comments

Comments
 (0)