diff options
| author | Tamir Duberstein <tamird@gmail.com> | 2017-08-19 16:54:17 -0700 |
|---|---|---|
| committer | Tamir Duberstein <tamird@gmail.com> | 2017-08-25 16:18:21 -0400 |
| commit | b3f50caee0e2f2f4d44e1c83bf73a112c2a398b1 (patch) | |
| tree | e66b07e4e48f0969e02f1e95f99c755b22d2c0d4 /src/liballoc_jemalloc | |
| parent | 0463566f27dfc5979b5b12eb7cea670a4e3f991c (diff) | |
| download | rust-b3f50caee0e2f2f4d44e1c83bf73a112c2a398b1.tar.gz rust-b3f50caee0e2f2f4d44e1c83bf73a112c2a398b1.zip | |
*: remove crate_{name,type} attributes
Fixes #41701.
Diffstat (limited to 'src/liballoc_jemalloc')
| -rw-r--r-- | src/liballoc_jemalloc/lib.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/liballoc_jemalloc/lib.rs b/src/liballoc_jemalloc/lib.rs index 3a9cc1dd5a6..513b299fcf3 100644 --- a/src/liballoc_jemalloc/lib.rs +++ b/src/liballoc_jemalloc/lib.rs @@ -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] #