1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
|
diff --git a/Cargo.toml b/Cargo.toml
index 0790568..c61c9bf 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -159,18 +159,10 @@ path = "tests/test_pat.rs"
name = "test_path"
path = "tests/test_path.rs"
-[[test]]
-name = "test_precedence"
-path = "tests/test_precedence.rs"
-
[[test]]
name = "test_receiver"
path = "tests/test_receiver.rs"
-[[test]]
-name = "test_round_trip"
-path = "tests/test_round_trip.rs"
-
[[test]]
name = "test_shebang"
path = "tests/test_shebang.rs"
@@ -211,15 +203,6 @@ required-features = [
"parsing",
]
-[[bench]]
-name = "rust"
-path = "benches/rust.rs"
-harness = false
-required-features = [
- "full",
- "parsing",
-]
-
[dependencies.proc-macro2]
version = "1.0.91"
default-features = false
|