File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7878//! ```
7979
8080#![ crate_name = "getopts" ]
81- #![ experimental]
81+ #![ experimental = "use the crates.io `getopts` library instead" ]
8282#![ crate_type = "rlib" ]
8383#![ crate_type = "dylib" ]
8484#![ doc( html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png" ,
Original file line number Diff line number Diff line change 157157//! if logging is disabled, none of the components of the log will be executed.
158158
159159#![ crate_name = "log" ]
160- #![ experimental]
160+ #![ experimental = "use the crates.io `log` library instead" ]
161161#![ crate_type = "rlib" ]
162162#![ crate_type = "dylib" ]
163163#![ doc( html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png" ,
Original file line number Diff line number Diff line change 362362#![ crate_name = "regex" ]
363363#![ crate_type = "rlib" ]
364364#![ crate_type = "dylib" ]
365- #![ experimental]
365+ #![ experimental = "use the crates.io `regex` library instead" ]
366366#![ doc( html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png" ,
367367 html_favicon_url = "http://www.rust-lang.org/favicon.ico" ,
368368 html_root_url = "http://doc.rust-lang.org/nightly/" ,
Original file line number Diff line number Diff line change 1313
1414#![ crate_name = "regex_macros" ]
1515#![ crate_type = "dylib" ]
16- #![ experimental]
16+ #![ experimental = "use the crates.io `regex_macros` library instead" ]
1717#![ doc( html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png" ,
1818 html_favicon_url = "http://www.rust-lang.org/favicon.ico" ,
1919 html_root_url = "http://doc.rust-lang.org/nightly/" ) ]
You can’t perform that action at this time.
0 commit comments