Skip to content
This repository was archived by the owner on Aug 12, 2021. It is now read-only.

Commit a180656

Browse files
committed
*: remove crate_{name,type} attributes
Fixes #41701.
1 parent 079672c commit a180656

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,6 @@
4040
//! [win]: http://msdn.microsoft.com/en-us/library/windows/desktop/ms682010%28v=vs.85%29.aspx
4141
//! [ti]: https://en.wikipedia.org/wiki/Terminfo
4242
43-
#![crate_name = "term"]
44-
#![crate_type = "rlib"]
45-
#![crate_type = "dylib"]
4643
#![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
4744
html_favicon_url = "https://doc.rust-lang.org/favicon.ico",
4845
html_root_url = "https://doc.rust-lang.org/nightly/",

0 commit comments

Comments
 (0)