File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 78
78
//! ```
79
79
80
80
#![ crate_name = "getopts" ]
81
- #![ experimental]
81
+ #![ experimental = "use the crates.io `getopts` library instead" ]
82
82
#![ crate_type = "rlib" ]
83
83
#![ crate_type = "dylib" ]
84
84
#![ 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 157
157
//! if logging is disabled, none of the components of the log will be executed.
158
158
159
159
#![ crate_name = "log" ]
160
- #![ experimental]
160
+ #![ experimental = "use the crates.io `log` library instead" ]
161
161
#![ crate_type = "rlib" ]
162
162
#![ crate_type = "dylib" ]
163
163
#![ 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 362
362
#![ crate_name = "regex" ]
363
363
#![ crate_type = "rlib" ]
364
364
#![ crate_type = "dylib" ]
365
- #![ experimental]
365
+ #![ experimental = "use the crates.io `regex` library instead" ]
366
366
#![ doc( html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png" ,
367
367
html_favicon_url = "http://www.rust-lang.org/favicon.ico" ,
368
368
html_root_url = "http://doc.rust-lang.org/nightly/" ,
Original file line number Diff line number Diff line change 13
13
14
14
#![ crate_name = "regex_macros" ]
15
15
#![ crate_type = "dylib" ]
16
- #![ experimental]
16
+ #![ experimental = "use the crates.io `regex_macros` library instead" ]
17
17
#![ doc( html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png" ,
18
18
html_favicon_url = "http://www.rust-lang.org/favicon.ico" ,
19
19
html_root_url = "http://doc.rust-lang.org/nightly/" ) ]
You can’t perform that action at this time.
0 commit comments