From 3195ff80340a47ff378d41911766a26d47b6ac4f Mon Sep 17 00:00:00 2001 From: rodrimati1992 Date: Thu, 5 Oct 2023 03:00:40 -0300 Subject: [PATCH] Removed keyword to make cargo happy --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index acd4f65..426d302 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 = [