*: 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

@@ -14,9 +14,6 @@
//!
//! This API is completely unstable and subject to change.
#![crate_name = "syntax"]
#![crate_type = "dylib"]
#![crate_type = "rlib"]
#![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
html_favicon_url = "https://doc.rust-lang.org/favicon.ico",
html_root_url = "https://doc.rust-lang.org/nightly/",