about summary refs log tree commit diff
path: root/src/libcore/lib.rs
diff options
context:
space:
mode:
authorest31 <MTest31@outlook.com>2017-06-28 01:15:29 +0200
committerest31 <MTest31@outlook.com>2017-07-02 13:53:29 +0200
commiteb5fb21bd5871a0dd3bb7bc135bc1a083ad32292 (patch)
tree53d595f50db5a07a4deeb7f080e5f056c6d9f176 /src/libcore/lib.rs
parentda887074fc70a9f8d2afec8dbe6e2eeea6fc1406 (diff)
downloadrust-eb5fb21bd5871a0dd3bb7bc135bc1a083ad32292.tar.gz
rust-eb5fb21bd5871a0dd3bb7bc135bc1a083ad32292.zip
Fix the test failure, add comment, and refactor a little bit
Diffstat (limited to 'src/libcore/lib.rs')
-rw-r--r--src/libcore/lib.rs5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/libcore/lib.rs b/src/libcore/lib.rs
index 5acc6c3848a..46467cd3c3e 100644
--- a/src/libcore/lib.rs
+++ b/src/libcore/lib.rs
@@ -160,11 +160,6 @@ pub mod array;
 pub mod sync;
 pub mod cell;
 pub mod char;
-// FIXME: remove when SNAP
-#[cfg(stage0)]
-#[path = "panicking_stage0.rs"]
-pub mod panicking;
-#[cfg(not(stage0))]
 pub mod panicking;
 pub mod iter;
 pub mod option;