stdlib: Add unsafe to the std.rc, now that it actually builds

This commit is contained in:
Patrick Walton 2011-07-10 01:24:31 -07:00
parent d30f22eb65
commit 0babfd9f98

View File

@ -88,6 +88,7 @@ mod time;
mod smallintmap;
mod ptr;
mod test;
mod unsafe;
// Local Variables:
// mode: rust;