From ae5a5f569ca84d31e6055940e8c2543c094a20ae Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Sun, 28 Dec 2014 10:18:08 -0800 Subject: [PATCH] term: Deprecate the in-tree version 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",