Skip to content

Commit

Permalink
Delete the "group-by" keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
Philippe-Cholet committed Feb 19, 2024
1 parent 762643f commit 047ad5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ readme = "README.md"

description = "Extra iterator adaptors, iterator methods, free functions, and macros."

keywords = ["iterator", "data-structure", "zip", "product", "group-by"]
keywords = ["iterator", "data-structure", "zip", "product"]
categories = ["algorithms", "rust-patterns"]

edition = "2018"
Expand Down

0 comments on commit 047ad5d

Please sign in to comment.