diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -67,7 +67,7 @@ macro_rules! di_container_bind { /// // Methods and etc here... /// } /// -/// declare_default_factory!(IParser); +/// declare_default_factory!(dyn IParser); /// ``` /// /// The expanded equivelent of this would be |