From 5a19bafeeac4b22615dc183cab896af79c92a411 Mon Sep 17 00:00:00 2001 From: Kevin Cantu Date: Wed, 1 Feb 2012 03:17:24 -0800 Subject: [PATCH] Actually export the str::unsafe module for now --- src/libcore/str.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/libcore/str.rs b/src/libcore/str.rs index f93a5cb4255..f5e0771b7cd 100644 --- a/src/libcore/str.rs +++ b/src/libcore/str.rs @@ -98,7 +98,9 @@ export escape_char, as_buf, //buf, - sbuf; + sbuf, + + unsafe;