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/libsyntax_ext | |
| parent | 0463566f27dfc5979b5b12eb7cea670a4e3f991c (diff) | |
| download | rust-b3f50caee0e2f2f4d44e1c83bf73a112c2a398b1.tar.gz rust-b3f50caee0e2f2f4d44e1c83bf73a112c2a398b1.zip | |
*: remove crate_{name,type} attributes
Fixes #41701.
Diffstat (limited to 'src/libsyntax_ext')
| -rw-r--r-- | src/libsyntax_ext/lib.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/libsyntax_ext/lib.rs b/src/libsyntax_ext/lib.rs index 439538a8b5e..fa39095d329 100644 --- a/src/libsyntax_ext/lib.rs +++ b/src/libsyntax_ext/lib.rs @@ -10,9 +10,6 @@ //! Syntax extensions in the Rust compiler. -#![crate_name = "syntax_ext"] -#![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/")] |
