From 89ac2c1713711a6e1b60d5d2d75989f360141ad7 Mon Sep 17 00:00:00 2001 From: HampusM Date: Fri, 1 Sep 2023 18:12:33 +0200 Subject: refactor: remove unnecessary phantom data fields from providers --- src/provider/blocking.rs | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/provider') diff --git a/src/provider/blocking.rs b/src/provider/blocking.rs index 373dabd..bc9134d 100644 --- a/src/provider/blocking.rs +++ b/src/provider/blocking.rs @@ -41,7 +41,6 @@ where { injectable_phantom: PhantomData, di_container_phantom: PhantomData, - dependency_history_phantom: PhantomData, } impl @@ -55,7 +54,6 @@ where Self { injectable_phantom: PhantomData, di_container_phantom: PhantomData, - dependency_history_phantom: PhantomData, } } } @@ -87,7 +85,6 @@ where singleton: SingletonPtr, di_container_phantom: PhantomData, - dependency_history_phantom: PhantomData, } impl SingletonProvider @@ -100,7 +97,6 @@ where Self { singleton, di_container_phantom: PhantomData, - dependency_history_phantom: PhantomData, } } } -- cgit v1.2.3-18-g5258