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
