about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2014-12-29 16:36:41 -0800
committerAlex Crichton <alex@alexcrichton.com>2014-12-29 16:36:41 -0800
commitde0749fc5a9bcaffd37104ecc76c99f2832c0c6a (patch)
tree11c3fa7ad762c035d4da9f7108063c8f4d31e277 /src
parentc9531b4f6410bfaa6fc888822ee1bb1d43b5a21e (diff)
parentae5a5f569ca84d31e6055940e8c2543c094a20ae (diff)
downloadrust-de0749fc5a9bcaffd37104ecc76c99f2832c0c6a.tar.gz
rust-de0749fc5a9bcaffd37104ecc76c99f2832c0c6a.zip
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.
Diffstat (limited to 'src')
-rw-r--r--src/libterm/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libterm/lib.rs b/src/libterm/lib.rs
index a4ebcfe8a56..420b1100ec1 100644
--- a/src/libterm/lib.rs
+++ b/src/libterm/lib.rs
@@ -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",