Skip to content

Commit 8d8c6e8

Browse files
authored
Remove invalid keyword from cargo.toml (#4)
1 parent 25e0df2 commit 8d8c6e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ license-file = "LICENSE"
77
repository = "https://github.com/microsoft/rust_fallible_vec"
88
readme = "README.md"
99
categories = ["embedded", "memory-management", "no-std"]
10-
keywords = ["vec", "fallible", "collections", "panic safe"]
10+
keywords = ["vec", "fallible", "collections", "no_std"]

0 commit comments

Comments
 (0)