Skip to content

Commit 3195ff8

Browse files
committed
Removed keyword to make cargo happy
1 parent 02d33f5 commit 3195ff8

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
@@ -8,7 +8,7 @@ license = "Zlib"
88
description = "type-witness-based abstractions, mostly for emulating polymorphism in const fns"
99
documentation = "https://docs.rs/typewit/"
1010
readme="./README.md"
11-
keywords = ["no-std", "const_fn", "GADT", "type_witness", "type-equality", "refl"]
11+
keywords = ["const_fn", "GADT", "type_witness", "type-equality", "refl"]
1212
categories = ["no-std", "rust-patterns"]
1313
repository = "https://github.com/rodrimati1992/typewit/"
1414
include = [

0 commit comments

Comments
 (0)