From 3ee916e50bd86768cb2a9141f9b2c52d2601b412 Mon Sep 17 00:00:00 2001 From: Aaron Turon Date: Fri, 14 Nov 2014 13:55:57 -0800 Subject: Remove libnative With runtime removal complete, there's nothing left of libnative. This commit removes it. Fixes #18687 [breaking-change] --- src/libstd/lib.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/libstd/lib.rs') diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs index 7f2a4c7e365..70b30997e18 100644 --- a/src/libstd/lib.rs +++ b/src/libstd/lib.rs @@ -248,9 +248,7 @@ pub mod fmt; #[path = "sys/common/mod.rs"] mod sys_common; -// FIXME #7809: This shouldn't be pub, and it should be reexported under 'unstable' -// but name resolution doesn't work without it being pub. -pub mod rt; +mod rt; mod failure; // A curious inner-module that's not exported that contains the binding -- cgit 1.4.1-3-g733a5