Skip to content

Commit

Permalink
Removed keyword to make cargo happy
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrimati1992 committed Oct 5, 2023
1 parent 02d33f5 commit 3195ff8
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 @@ -8,7 +8,7 @@ license = "Zlib"
description = "type-witness-based abstractions, mostly for emulating polymorphism in const fns"
documentation = "https://docs.rs/typewit/"
readme="./README.md"
keywords = ["no-std", "const_fn", "GADT", "type_witness", "type-equality", "refl"]
keywords = ["const_fn", "GADT", "type_witness", "type-equality", "refl"]
categories = ["no-std", "rust-patterns"]
repository = "https://github.com/rodrimati1992/typewit/"
include = [
Expand Down

0 comments on commit 3195ff8

Please sign in to comment.