about summary refs log tree commit diff
path: root/src/librustc_errors
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2017-08-25 22:54:00 +0000
committerbors <bors@rust-lang.org>2017-08-25 22:54:00 +0000
commit83fcd4dbbac4c8b810a0493c648619433c6040ec (patch)
treeb4a0f17876f4ecddc7e69751c27cd94674622428 /src/librustc_errors
parent2aeb5930f32514b9f2a4b90cd8ce6362af5f3c9f (diff)
parentb3f50caee0e2f2f4d44e1c83bf73a112c2a398b1 (diff)
downloadrust-83fcd4dbbac4c8b810a0493c648619433c6040ec.tar.gz
rust-83fcd4dbbac4c8b810a0493c648619433c6040ec.zip
Auto merge of #43994 - tamird:remove-attributes, r=alexcrichton
*: remove crate_{name,type} attributes

Fixes #41701.

r? @arielb1
Diffstat (limited to 'src/librustc_errors')
-rw-r--r--src/librustc_errors/lib.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/librustc_errors/lib.rs b/src/librustc_errors/lib.rs
index a51e6022350..02cb1ede2b1 100644
--- a/src/librustc_errors/lib.rs
+++ b/src/librustc_errors/lib.rs
@@ -8,9 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-#![crate_name = "rustc_errors"]
-#![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/")]