1
Fork 0

*: 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
No known key found for this signature in database
GPG key ID: 1C1E98CC8E17BB89
49 changed files with 4 additions and 130 deletions

View file

@ -8,8 +8,6 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
#![crate_name = "alloc_jemalloc"]
#![crate_type = "rlib"]
#![no_std]
#![unstable(feature = "alloc_jemalloc",
reason = "this library is unlikely to be stabilized in its current \