diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2014-12-17 08:34:03 -0800 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2014-12-17 11:50:24 -0800 |
| commit | be0c8fb50729c76ad22c4f5c2294626dc32524aa (patch) | |
| tree | b2b90525f7682f50efcb62cc3e6e8e9a91d63c28 /src/libregex/lib.rs | |
| parent | 5294ceb312b059709f204300156b732cc78cfaf0 (diff) | |
| parent | 8abe7846d6c32bf06fd8bb79d76e658b6770bd7b (diff) | |
| download | rust-be0c8fb50729c76ad22c4f5c2294626dc32524aa.tar.gz rust-be0c8fb50729c76ad22c4f5c2294626dc32524aa.zip | |
rollup merge of #19820: alexcrichton/deprecate-some-more-libs
This commit deprecates a few more in-tree libs for their crates.io counterparts. Note that this commit does not make use of the #[deprecated] tag to prevent warnings from being generated for in-tree usage. Once #[unstable] warnings are turned on then all external users will be warned to move. These crates have all been duplicated in rust-lang/$crate repositories so development can happen independently of the in-tree copies. We can explore at a later date replacing the in-tree copies with the external copies, but at this time the libraries have changed very little over the past few months so it's unlikely for changes to be sent to both repos. cc #19260
Diffstat (limited to 'src/libregex/lib.rs')
| -rw-r--r-- | src/libregex/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libregex/lib.rs b/src/libregex/lib.rs index 3fadba9583e..9ad02afee99 100644 --- a/src/libregex/lib.rs +++ b/src/libregex/lib.rs @@ -364,7 +364,7 @@ #![crate_name = "regex"] #![crate_type = "rlib"] #![crate_type = "dylib"] -#![experimental] +#![experimental = "use the crates.io `regex` library instead"] #