Skip to content

Commit 15f2528

Browse files
committed
Tweaks for when publishing
1 parent 5be5ec7 commit 15f2528

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

regex_macros/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ name = "regex_macros"
44
version = "0.1.0"
55
authors = ["The Rust Project Developers"]
66
license = "MIT/Apache-2.0"
7-
readme = "README.md"
87
repository = "https://github.com/rust-lang/regex"
98
homepage = "https://github.com/rust-lang/regex"
109
description = """

src/lib.rs

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -366,16 +366,6 @@
366366
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
367367
html_root_url = "http://doc.rust-lang.org/regex/")]
368368

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-
379369
// Unicode tables for character classes are defined in libunicode
380370
extern crate unicode;
381371

0 commit comments

Comments
 (0)