Actually export the str::unsafe module for now

This commit is contained in:
Kevin Cantu 2012-02-01 03:17:24 -08:00 committed by Brian Anderson
parent af2dd9b3b7
commit 5a19bafeea

View file

@ -98,7 +98,9 @@ export
escape_char,
as_buf,
//buf,
sbuf;
sbuf,
unsafe;