diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2015-01-05 19:13:38 -0800 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2015-01-05 22:58:37 -0800 |
| commit | 4b359e3aeeaf97a190c5a7ecff8815b7b5734ece (patch) | |
| tree | 0502e3fcb9ceaa41d36c707e95baf0d7740fc3fd /src/libstd/lib.rs | |
| parent | ee9921aaedb26de3cac4c1c174888528f68bbd3f (diff) | |
| download | rust-4b359e3aeeaf97a190c5a7ecff8815b7b5734ece.tar.gz rust-4b359e3aeeaf97a190c5a7ecff8815b7b5734ece.zip | |
More test fixes!
Diffstat (limited to 'src/libstd/lib.rs')
| -rw-r--r-- | src/libstd/lib.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs index e937cd24d8d..b9f226c5aca 100644 --- a/src/libstd/lib.rs +++ b/src/libstd/lib.rs @@ -253,8 +253,6 @@ pub mod num; /* Runtime and platform support */ -pub mod thread_local; // first for macros - #[cfg_attr(stage0, macro_escape)] #[cfg_attr(not(stage0), macro_use)] pub mod thread_local; |
