File tree Expand file tree Collapse file tree 2 files changed +0
-11
lines changed Expand file tree Collapse file tree 2 files changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ name = "regex_macros"
4
4
version = " 0.1.0"
5
5
authors = [" The Rust Project Developers" ]
6
6
license = " MIT/Apache-2.0"
7
- readme = " README.md"
8
7
repository = " https://github.com/rust-lang/regex"
9
8
homepage = " https://github.com/rust-lang/regex"
10
9
description = """
Original file line number Diff line number Diff line change 366
366
html_favicon_url = "http://www.rust-lang.org/favicon.ico" ,
367
367
html_root_url = "http://doc.rust-lang.org/regex/" ) ]
368
368
369
- #[ cfg( test) ]
370
- extern crate "test" as stdtest;
371
- #[ cfg( test) ]
372
- extern crate rand;
373
-
374
- // During tests, this links with the `regex` crate so that the `regex!` macro
375
- // can be tested.
376
- #[ cfg( test) ]
377
- extern crate regex;
378
-
379
369
// Unicode tables for character classes are defined in libunicode
380
370
extern crate unicode;
381
371
You can’t perform that action at this time.
0 commit comments