Skip to content

Commit

Permalink
Prune extra keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
drewcassidy committed Aug 15, 2022
1 parent 4e25810 commit 6f3d09a
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 @@ -4,7 +4,7 @@ version = "0.1.0"
repository = "https://github.com/drewcassidy/generic-parameterize"
authors = ["Andrew Cassidy <[email protected]>"]
description = "A test parameterization macro that works on generic arguments"
keywords = ["template", "proc_macro", "procmacro", "test", "parameterize", "generic"]
keywords = ["template", "proc_macro", "test", "parameterize", "generic"]
categories = ["development-tools::testing"]
license = "MPL-2.0"
edition = "2018"
Expand Down

0 comments on commit 6f3d09a

Please sign in to comment.