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

@ -14,9 +14,6 @@
//!
//! This API is completely unstable and subject to change.
#![crate_name = "syntax_pos"]
#![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/")]