Skip to content

Commit 121d4c5

Browse files
committed
remove 1 keyword
1 parent 9f1ef0c commit 121d4c5

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

Cargo.toml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,7 @@ description = "Like HashSet but retaining INSERTION order and without `Hash` req
77
license = "MIT"
88
readme = "README.md"
99
repository = "https://github.com/Sajjon/identified_vec"
10-
keywords = [
11-
"identified-vec",
12-
"identifiable",
13-
"vec",
14-
"orderset",
15-
"set",
16-
"hashset",
17-
]
10+
keywords = ["identifiable", "vec", "orderset", "set", "hashset"]
1811
categories = ["data-structures"]
1912

2013
[dependencies]

0 commit comments

Comments
 (0)