about summary refs log tree commit diff
path: root/src/librustc_plugin
diff options
context:
space:
mode:
Diffstat (limited to 'src/librustc_plugin')
-rw-r--r--src/librustc_plugin/lib.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/librustc_plugin/lib.rs b/src/librustc_plugin/lib.rs
index 602b71dca05..a2a6d183e9c 100644
--- a/src/librustc_plugin/lib.rs
+++ b/src/librustc_plugin/lib.rs
@@ -60,9 +60,6 @@
 //! See the [`plugin` feature](../../unstable-book/language-features/plugin.html) of
 //! the Unstable Book for more examples.
 
-#![crate_name = "rustc_plugin"]
-#![crate_type = "dylib"]
-#![crate_type = "rlib"]
 #![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
        html_favicon_url = "https://doc.rust-lang.org/favicon.ico",
        html_root_url = "https://doc.rust-lang.org/nightly/")]