*: remove crate_{name,type} attributes

Fixes #41701.
This commit is contained in:
Tamir Duberstein
2017-08-19 16:54:17 -07:00
parent 0463566f27
commit b3f50caee0
49 changed files with 4 additions and 130 deletions

View File

@@ -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 \