diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/async_di_container.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/async_di_container.rs b/src/async_di_container.rs index 0e29e4c..7913c5a 100644 --- a/src/async_di_container.rs +++ b/src/async_di_container.rs @@ -14,7 +14,7 @@ //! //! struct DatabaseService {} //! -//! #[injectable(IDatabaseService, { async = true })] +//! #[injectable(IDatabaseService, async = true)] //! impl DatabaseService //! { //! fn new() -> Self |