Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b3f50ca

Browse files
committedAug 25, 2017
*: remove crate_{name,type} attributes
Fixes rust-lang#41701.
1 parent 0463566 commit b3f50ca

File tree

49 files changed

+4
-130
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+4
-130
lines changed
 

‎src/liballoc/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,6 @@
6060
//! The [`heap`](heap/index.html) module defines the low-level interface to the
6161
//! default global allocator. It is not compatible with the libc allocator API.
6262
63-
#![crate_name = "alloc"]
64-
#![crate_type = "rlib"]
6563
#![allow(unused_attributes)]
6664
#![unstable(feature = "alloc",
6765
reason = "this library is unlikely to be stabilized in its current \

‎src/liballoc_jemalloc/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
#![crate_name = "alloc_jemalloc"]
12-
#![crate_type = "rlib"]
1311
#![no_std]
1412
#![unstable(feature = "alloc_jemalloc",
1513
reason = "this library is unlikely to be stabilized in its current \

0 commit comments

Comments
 (0)
Please sign in to comment.