From 7c1092a8dbd45df397c52c67e8226fe86a32c70e Mon Sep 17 00:00:00 2001 From: Hirrolot Date: Wed, 27 Apr 2022 08:09:20 +0600 Subject: [PATCH] Remove useless `throw_dice` from `Cargo.toml` Former-commit-id: 33e7395feac7d85e41ce705973769fa1d9fec8fe --- Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a5c68ee2..ab6c0f3e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -121,9 +121,6 @@ name = "sqlite" path = "tests/sqlite.rs" required-features = ["sqlite-storage", "cbor-serializer", "bincode-serializer"] -[[example]] -name = "throw_dice" - [[example]] name = "dialogue" required-features = ["macros"]