about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide/examples/rustc-driver-example.rs
diff options
context:
space:
mode:
authorTakayuki Nakata <f.seasons017@gmail.com>2020-08-03 22:02:52 +0900
committerWho? Me?! <mark-i-m@users.noreply.github.com>2020-08-03 08:50:58 -0500
commit43cc8ec16f5eb70c159e394488373047e4ce6a68 (patch)
tree02f0deda5b13034d6e46be674720e32770c6699c /src/doc/rustc-dev-guide/examples/rustc-driver-example.rs
parentb71885e14eaf02a46fc821c40ed42e1fdcc1a484 (diff)
downloadrust-43cc8ec16f5eb70c159e394488373047e4ce6a68.tar.gz
rust-43cc8ec16f5eb70c159e394488373047e4ce6a68.zip
Fix examples not working
Diffstat (limited to 'src/doc/rustc-dev-guide/examples/rustc-driver-example.rs')
-rw-r--r--src/doc/rustc-dev-guide/examples/rustc-driver-example.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/examples/rustc-driver-example.rs b/src/doc/rustc-dev-guide/examples/rustc-driver-example.rs
index 4b0b23aaa52..f01072b7bea 100644
--- a/src/doc/rustc-dev-guide/examples/rustc-driver-example.rs
+++ b/src/doc/rustc-dev-guide/examples/rustc-driver-example.rs
@@ -3,7 +3,6 @@
 // NOTE: For the example to compile, you will need to first run the following:
 //   rustup component add rustc-dev
 
-extern crate rustc;
 extern crate rustc_error_codes;
 extern crate rustc_errors;
 extern crate rustc_hash;