diff options
| author | Erick Tryzelaar <erick.tryzelaar@gmail.com> | 2013-08-06 16:18:58 -0700 |
|---|---|---|
| committer | Erick Tryzelaar <erick.tryzelaar@gmail.com> | 2013-08-06 16:18:58 -0700 |
| commit | 8567611adfa69c4488133e18d3ec4fc195afadd1 (patch) | |
| tree | 80e325db23f407d643e2ada480de23b1fb8b4fc6 /src/libstd/std.rs | |
| parent | fb9b27910b41e714dfd6b3ccc48161260943c9cf (diff) | |
| parent | d89ff7eef969aee6b493bc846b64d68358fafbcd (diff) | |
| download | rust-8567611adfa69c4488133e18d3ec4fc195afadd1.tar.gz rust-8567611adfa69c4488133e18d3ec4fc195afadd1.zip | |
Merge commit 'd89ff7eef969aee6b493bc846b64d68358fafbcd' into remove-str-trailing-nulls
Diffstat (limited to 'src/libstd/std.rs')
| -rw-r--r-- | src/libstd/std.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libstd/std.rs b/src/libstd/std.rs index d51f0de1d27..236103ec886 100644 --- a/src/libstd/std.rs +++ b/src/libstd/std.rs @@ -170,7 +170,6 @@ pub mod local_data; /* Runtime and platform support */ -pub mod gc; pub mod libc; pub mod c_str; pub mod os; @@ -197,7 +196,6 @@ pub mod unstable; mod unicode; #[path = "num/cmath.rs"] mod cmath; -mod stackwalk; // XXX: This shouldn't be pub, and it should be reexported under 'unstable' // but name resolution doesn't work without it being pub. |
