diff options
-rw-r--r-- | src/async_di_container.rs | 6 |
1 files 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 |