diff options
Diffstat (limited to 'macros/Cargo.toml')
-rw-r--r-- | macros/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
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"] } |