Skip to content

Commit 12d3d4f

Browse files
committed
core: Export is_null, is_not_null
1 parent 3b8097d commit 12d3d4f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/libcore/ptr.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ export mut_addr_of;
55
export offset;
66
export mut_offset;
77
export null;
8+
export is_null;
9+
export is_not_null;
810
export memcpy;
911
export memmove;
1012

0 commit comments

Comments
 (0)