]> git.lizzy.rs Git - rust.git/commitdiff
term: Deprecate the in-tree version
authorAlex Crichton <alex@alexcrichton.com>
Sun, 28 Dec 2014 18:18:08 +0000 (10:18 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Sun, 28 Dec 2014 18:18:08 +0000 (10:18 -0800)
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.

src/libterm/lib.rs

index a4ebcfe8a568b023bd5ad5b5e5470fcf32ed93b7..420b1100ec1cd2013aaa8e20e0c44e21af30cbba 100644 (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",