aboutsummaryrefslogtreecommitdiff
path: root/syn-mid/examples/const_fn_test/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'syn-mid/examples/const_fn_test/Cargo.toml')
-rw-r--r--syn-mid/examples/const_fn_test/Cargo.toml9
1 files changed, 0 insertions, 9 deletions
diff --git a/syn-mid/examples/const_fn_test/Cargo.toml b/syn-mid/examples/const_fn_test/Cargo.toml
deleted file mode 100644
index b3e2807..0000000
--- a/syn-mid/examples/const_fn_test/Cargo.toml
+++ /dev/null
@@ -1,9 +0,0 @@
-[package]
-name = "const_fn_test"
-version = "0.0.0"
-authors = ["Taiki Endo <te316e89@gmail.com>"]
-edition = "2018"
-publish = false
-
-[dependencies]
-const_fn = { path = "../const_fn" }