aboutsummaryrefslogtreecommitdiff
path: root/proc-macro2/benches/bench-libproc-macro/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'proc-macro2/benches/bench-libproc-macro/Cargo.toml')
-rw-r--r--proc-macro2/benches/bench-libproc-macro/Cargo.toml13
1 files changed, 0 insertions, 13 deletions
diff --git a/proc-macro2/benches/bench-libproc-macro/Cargo.toml b/proc-macro2/benches/bench-libproc-macro/Cargo.toml
deleted file mode 100644
index 41d106d..0000000
--- a/proc-macro2/benches/bench-libproc-macro/Cargo.toml
+++ /dev/null
@@ -1,13 +0,0 @@
-[package]
-name = "bench-libproc-macro"
-version = "0.0.0"
-edition = "2018"
-publish = false
-
-[lib]
-path = "lib.rs"
-proc-macro = true
-
-[[bin]]
-name = "bench-libproc-macro"
-path = "main.rs"