From eeef21b0b78aa7970e0ab93f37b3b6bba5391426 Mon Sep 17 00:00:00 2001 From: HampusM Date: Mon, 1 Aug 2022 17:44:02 +0200 Subject: refactor: limit the factory macro to the factory feature --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 2874d19..3f000af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ edition = "2021" all-features = true [features] -factory = [] +factory = ["syrette_macros/factory"] [[example]] name = "factory" -- cgit v1.2.3-18-g5258