From f48f647393e1784ab06e219a2ef51a9d6edf3827 Mon Sep 17 00:00:00 2001
From: HampusM <hampus@hampusmat.com>
Date: Sat, 1 Oct 2022 20:26:05 +0200
Subject: docs: remove unnecessary feature notices

---
 src/async_di_container.rs | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/src/async_di_container.rs b/src/async_di_container.rs
index caf7f22..0a092d6 100644
--- a/src/async_di_container.rs
+++ b/src/async_di_container.rs
@@ -302,8 +302,7 @@ where
     /// Creates a binding of factory type `Interface` to a async factory inside of the
     /// associated [`AsyncDIContainer`].
     ///
-    /// *This function is only available if Syrette is built with the "factory" and
-    /// "async" features.*
+    /// *This function is only available if Syrette is built with the "factory" feature.*
     ///
     /// # Errors
     /// Will return Err if the associated [`AsyncDIContainer`] already have a binding for
@@ -396,8 +395,7 @@ where
     /// Creates a binding of factory type `Interface` to a async factory inside of the
     /// associated [`AsyncDIContainer`].
     ///
-    /// *This function is only available if Syrette is built with the "factory" and
-    /// "async" features.*
+    /// *This function is only available if Syrette is built with the "factory" feature.*
     ///
     /// # Errors
     /// Will return Err if the associated [`AsyncDIContainer`] already have a binding for
-- 
cgit v1.2.3-18-g5258