X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;ds=sidebyside;f=src%2Flibrustdoc%2Flib.rs;h=4ea14ab9077c6dff2702e54c3ea41178a4159e4c;hb=c717721c1b9e076739b4fbf44a83cc9c77008853;hp=eab88b7165d6bc939a89e90d7e3e7f700ceaabfe;hpb=b864d23f3484aad297e998f3cd50a4277122d070;p=rust.git diff --git a/src/librustdoc/lib.rs b/src/librustdoc/lib.rs index eab88b7165d..4ea14ab9077 100644 --- a/src/librustdoc/lib.rs +++ b/src/librustdoc/lib.rs @@ -17,6 +17,7 @@ extern crate env_logger; extern crate getopts; extern crate rustc; +extern crate rustc_ast; extern crate rustc_ast_pretty; extern crate rustc_attr; extern crate rustc_data_structures; @@ -38,7 +39,6 @@ extern crate rustc_span as rustc_span; extern crate rustc_target; extern crate rustc_typeck; -extern crate syntax; extern crate test as testing; #[macro_use] extern crate log;