aboutsummaryrefslogtreecommitdiff
path: root/src/di_container/asynchronous/binding/when_configurator.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/di_container/asynchronous/binding/when_configurator.rs')
-rw-r--r--src/di_container/asynchronous/binding/when_configurator.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/di_container/asynchronous/binding/when_configurator.rs b/src/di_container/asynchronous/binding/when_configurator.rs
index 4d56347..fb14bd4 100644
--- a/src/di_container/asynchronous/binding/when_configurator.rs
+++ b/src/di_container/asynchronous/binding/when_configurator.rs
@@ -45,7 +45,7 @@ where
/// # Errors
/// Will return Err if no binding for the interface already exists.
pub async fn when_named(
- &self,
+ self,
name: &'static str,
) -> Result<(), AsyncBindingWhenConfiguratorError>
{