diff options
| author | bors <bors@rust-lang.org> | 2017-08-25 22:54:00 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2017-08-25 22:54:00 +0000 |
| commit | 83fcd4dbbac4c8b810a0493c648619433c6040ec (patch) | |
| tree | b4a0f17876f4ecddc7e69751c27cd94674622428 /src/liballoc | |
| parent | 2aeb5930f32514b9f2a4b90cd8ce6362af5f3c9f (diff) | |
| parent | b3f50caee0e2f2f4d44e1c83bf73a112c2a398b1 (diff) | |
| download | rust-83fcd4dbbac4c8b810a0493c648619433c6040ec.tar.gz rust-83fcd4dbbac4c8b810a0493c648619433c6040ec.zip | |
Auto merge of #43994 - tamird:remove-attributes, r=alexcrichton
*: remove crate_{name,type} attributes
Fixes #41701.
r? @arielb1
Diffstat (limited to 'src/liballoc')
| -rw-r--r-- | src/liballoc/lib.rs | 2 |
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)] #