aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2023-08-16 22:35:47 +0200
committerHampusM <hampus@hampusmat.com>2023-08-16 22:36:09 +0200
commit800e164a83388aa5ca7675f8031b0f0d7c6b6051 (patch)
tree744cbab2db5ff7ca4edb3713ceabf24d79620df0 /Cargo.toml
parent595806824d41c696b660f40c01914a24e9618f1d (diff)
test: make the prevent-circular example an integration test
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 0 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 77b73c2..d33742b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -35,10 +35,6 @@ required-features = ["async", "factory"]
name = "async-factory"
required-features = ["async", "factory"]
-[[example]]
-name = "prevent-circular"
-required-features = ["prevent-circular"]
-
[dependencies]
syrette_macros = { path = "./macros", version = "0.4.2" }
linkme = "0.3.0"