diff options
| author | Brian Anderson <banderson@mozilla.com> | 2011-08-31 21:15:08 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2011-08-31 21:15:08 -0700 |
| commit | 91f05fba11902caa66f0cc47b9c0d6d59e87ab3d (patch) | |
| tree | 8df09fb340650a0956c6873f7136c04b1bb8f5eb | |
| parent | 2c80556e0017bad677fc2d9ef9e1df5b819ea725 (diff) | |
| download | rust-91f05fba11902caa66f0cc47b9c0d6d59e87ab3d.tar.gz rust-91f05fba11902caa66f0cc47b9c0d6d59e87ab3d.zip | |
Reexport std::str::alloc. Windows still needs this. Issue #855
| -rw-r--r-- | src/lib/str.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/str.rs b/src/lib/str.rs index 40b8728f0ab..efa98b07857 100644 --- a/src/lib/str.rs +++ b/src/lib/str.rs @@ -8,7 +8,7 @@ export lteq; // export hash; // export is_utf8; // export is_ascii; -// export alloc; +export alloc; export byte_len; export buf; // export bytes; |
