From c33cf02c9a6fffc6149fd7b59c63ad0d15d61432 Mon Sep 17 00:00:00 2001 From: HampusM Date: Wed, 3 Aug 2022 11:50:59 +0200 Subject: refactor: add Cargo feature for preventing circular dependencies --- macros/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'macros/Cargo.toml') diff --git a/macros/Cargo.toml b/macros/Cargo.toml index 36cc8eb..73f583d 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -16,6 +16,7 @@ all-features = true [features] factory = [] +prevent-circular = [] [dependencies] syn = { version = "1.0.96", features = ["full"] } -- cgit v1.2.3-18-g5258