Skip to content

Commit ae5a5f5

Browse files
committed
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.
1 parent 3e6b29f commit ae5a5f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libterm/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
//! [ti]: https://en.wikipedia.org/wiki/Terminfo
4040
4141
#![crate_name = "term"]
42-
#![experimental]
42+
#![experimental = "use the crates.io `term` library instead"]
4343
#![crate_type = "rlib"]
4444
#![crate_type = "dylib"]
4545
#![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",

0 commit comments

Comments
 (0)