summaryrefslogtreecommitdiff
path: root/iter_patterns/Cargo.toml
diff options
context:
space:
mode:
authorNadrieril2019-04-14 22:45:22 +0200
committerNadrieril2019-04-14 22:45:22 +0200
commitd29f163e03f170a06d700ff0f62a10a489d2f058 (patch)
tree383ffafd4b6d47d160d148398cf06c7ada5bd6a4 /iter_patterns/Cargo.toml
parent0110cdad6f61503d27535c4ae375adccd5b81012 (diff)
Rename iter_patterns to improved_slice_patterns
Diffstat (limited to 'iter_patterns/Cargo.toml')
-rw-r--r--iter_patterns/Cargo.toml9
1 files changed, 0 insertions, 9 deletions
diff --git a/iter_patterns/Cargo.toml b/iter_patterns/Cargo.toml
deleted file mode 100644
index 5a4c45f..0000000
--- a/iter_patterns/Cargo.toml
+++ /dev/null
@@ -1,9 +0,0 @@
-[package]
-name = "iter_patterns"
-version = "0.1.0"
-authors = ["Nadrieril <nadrieril@users.noreply.github.com>"]
-license = "BSD-2-Clause"
-edition = "2018"
-
-[lib]
-doctest = false