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 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index c244345..50dc5ac 100644 --- a/README.md +++ b/README.md @@ -19,10 +19,10 @@ From the [syrette Wikipedia article](https://en.wikipedia.org/wiki/Syrette). - Enforces the use of interface traits - Supports generic implementations & generic interface traits - Binding singletons -- Detection and prevention of circular dependencies ## Optional features - `factory`. Binding factories (Rust nightly required) +- `prevent-circular`. Detection and prevention of circular dependencies. (Enabled by default) To use these features, you must [enable it in Cargo](https://doc.rust-lang.org/cargo/reference/features.html#dependency-features). -- cgit v1.2.3-18-g5258