Skip to content

Commit 0babfd9

Browse files
committed
stdlib: Add unsafe to the std.rc, now that it actually builds
1 parent d30f22e commit 0babfd9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/std.rc

+1
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ mod time;
8888
mod smallintmap;
8989
mod ptr;
9090
mod test;
91+
mod unsafe;
9192

9293
// Local Variables:
9394
// mode: rust;

0 commit comments

Comments
 (0)