]> git.lizzy.rs Git - rust.git/blobdiff - src/librustdoc/lib.rs
Simplify Cache wrapper to single type, impl Deref on it, fix all compilation errors...
[rust.git] / src / librustdoc / lib.rs
index 69d9748bb8832223f931d91583246e7ca7250374..be3644ecf96a7ad1436d23a45a9d5fff00ac1925 100644 (file)
@@ -24,6 +24,7 @@
 extern crate rustc;
 extern crate rustc_data_structures;
 extern crate rustc_driver;
+extern crate rustc_feature;
 extern crate rustc_error_codes;
 extern crate rustc_index;
 extern crate rustc_resolve;