diff options
Diffstat (limited to 'src/ptr.rs')
-rw-r--r-- | src/ptr.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -64,6 +64,7 @@ where Interface: 'static + ?Sized, { create_as_variant_fn!(Transient); + create_as_variant_fn!(Singleton); #[cfg(feature = "factory")] |