rollup merge of #20276: alexcrichton/deprecate-term

This library is now published on crates.io as the `term` crate, so the in-tree
version is now deprecated. Once stability warnings are enabled, this library
will automatically be gated.
This commit is contained in:
Alex Crichton 2014-12-29 16:36:41 -08:00
commit de0749fc5a

View File

@ -39,7 +39,7 @@
//! [ti]: https://en.wikipedia.org/wiki/Terminfo
#![crate_name = "term"]
#![experimental]
#![experimental = "use the crates.io `term` library instead"]
#![crate_type = "rlib"]
#![crate_type = "dylib"]
#![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",