about summary refs log tree commit diff
path: root/src/librustc/back/archive.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/librustc/back/archive.rs')
-rw-r--r--src/librustc/back/archive.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc/back/archive.rs b/src/librustc/back/archive.rs
index d5d784cc2de..6dec7550fec 100644
--- a/src/librustc/back/archive.rs
+++ b/src/librustc/back/archive.rs
@@ -22,7 +22,7 @@ use std::libc;
 use std::os;
 use std::run::{ProcessOptions, Process, ProcessOutput};
 use std::str;
-use std::unstable::raw;
+use std::raw;
 use extra::tempfile::TempDir;
 use syntax::abi;