diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2014-12-29 16:36:41 -0800 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2014-12-29 16:36:41 -0800 |
| commit | de0749fc5a9bcaffd37104ecc76c99f2832c0c6a (patch) | |
| tree | 11c3fa7ad762c035d4da9f7108063c8f4d31e277 /src | |
| parent | c9531b4f6410bfaa6fc888822ee1bb1d43b5a21e (diff) | |
| parent | ae5a5f569ca84d31e6055940e8c2543c094a20ae (diff) | |
| download | rust-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.rs | 2 |
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"] #