fix tests & rustdoc

This commit is contained in:
Ariel Ben-Yehuda
2015-11-25 01:23:22 +02:00
committed by Ariel Ben-Yehuda
parent 0a8bb4c509
commit 52dd2b4c35
12 changed files with 25 additions and 22 deletions

View File

@@ -54,7 +54,7 @@ use externalfiles::ExternalHtml;
use serialize::json::{self, ToJson};
use syntax::{abi, ast};
use rustc::metadata::cstore::LOCAL_CRATE;
use rustc::middle::cstore::LOCAL_CRATE;
use rustc::middle::def_id::{CRATE_DEF_INDEX, DefId};
use rustc::middle::privacy::AccessLevels;
use rustc::middle::stability;