diff options
author | HampusM <hampus@hampusmat.com> | 2022-10-01 20:26:05 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2022-10-01 21:06:10 +0200 |
commit | f48f647393e1784ab06e219a2ef51a9d6edf3827 (patch) | |
tree | 7b77d46de3ee24cdbc70c15d7219eeff0c41ad44 | |
parent | bfff8011fc7a55efa5e162ca938408636448cfbc (diff) |
docs: remove unnecessary feature notices
-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 |