about summary refs log tree commit diff
path: root/src/librand
diff options
context:
space:
mode:
authorTamir Duberstein <tamird@gmail.com>2017-08-19 16:54:17 -0700
committerTamir Duberstein <tamird@gmail.com>2017-08-25 16:18:21 -0400
commitb3f50caee0e2f2f4d44e1c83bf73a112c2a398b1 (patch)
treee66b07e4e48f0969e02f1e95f99c755b22d2c0d4 /src/librand
parent0463566f27dfc5979b5b12eb7cea670a4e3f991c (diff)
*: remove crate_{name,type} attributes
Fixes #41701.
Diffstat (limited to 'src/librand')
-rw-r--r--src/librand/lib.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/librand/lib.rs b/src/librand/lib.rs
index a3c4f6a4b1d..90b3020fff9 100644
--- a/src/librand/lib.rs
+++ b/src/librand/lib.rs
@@ -16,8 +16,6 @@
 //! is not recommended to use this library directly, but rather the official
 //! interface through `std::rand`.
 
-#![crate_name = "rand"]
-#![crate_type = "rlib"]
 #![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk.png",
        html_favicon_url = "https://doc.rust-lang.org/favicon.ico",
        html_root_url = "https://doc.rust-lang.org/nightly/",