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"