about summary refs log tree commit diff
path: root/src/liballoc/lib.rs
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/liballoc/lib.rs
parent0463566f27dfc5979b5b12eb7cea670a4e3f991c (diff)
downloadrust-b3f50caee0e2f2f4d44e1c83bf73a112c2a398b1.tar.gz
rust-b3f50caee0e2f2f4d44e1c83bf73a112c2a398b1.zip
*: remove crate_{name,type} attributes
Fixes #41701.
Diffstat (limited to 'src/liballoc/lib.rs')
-rw-r--r--src/liballoc/lib.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/liballoc/lib.rs b/src/liballoc/lib.rs
index 4e91be365e2..2d41ed64810 100644
--- a/src/liballoc/lib.rs
+++ b/src/liballoc/lib.rs
@@ -60,8 +60,6 @@
 //! The [`heap`](heap/index.html) module defines the low-level interface to the
 //! default global allocator. It is not compatible with the libc allocator API.
 
-#![crate_name = "alloc"]
-#![crate_type = "rlib"]
 #![allow(unused_attributes)]
 #![unstable(feature = "alloc",
             reason = "this library is unlikely to be stabilized in its current \