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:
commit
de0749fc5a
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@
|
||||||
//! [ti]: https://en.wikipedia.org/wiki/Terminfo
|
//! [ti]: https://en.wikipedia.org/wiki/Terminfo
|
||||||
|
|
||||||
#![crate_name = "term"]
|
#![crate_name = "term"]
|
||||||
#![experimental]
|
#![experimental = "use the crates.io `term` library instead"]
|
||||||
#![crate_type = "rlib"]
|
#![crate_type = "rlib"]
|
||||||
#![crate_type = "dylib"]
|
#![crate_type = "dylib"]
|
||||||
#![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
|
#![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue