From 7588dda0f1c2c385ae7c7d3a34b39e88ff22c52a Mon Sep 17 00:00:00 2001 From: clintval Date: Sat, 14 Oct 2023 20:28:53 -0700 Subject: [PATCH] chore: remove a dependency --- Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e1baa8c..1e8c9a3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,6 +10,3 @@ description = "Peek forward in an iterator as far as you'd like, memory allowing documentation = "https://github.com/clintval/fullypeek/README.md" categories = ["rust-patterns"] keywords = ["iterator", "peek", "peekable"] - -[dev-dependencies] -rstest = "0.18.2"