diff options
author | HampusM <hampus@hampusmat.com> | 2022-10-24 22:32:42 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2022-10-24 22:32:42 +0200 |
commit | 8c6431fd834337be7f6b88e3c8a29c6a17e0b9cf (patch) | |
tree | ed64a10a89307f30ecfde6dfc2cde10126fcc00a /src/provider/blocking.rs | |
parent | 494d905bcbc50b536de892ecb3fa285dc6b8a727 (diff) |
test: add binding configurator unit tests
Diffstat (limited to 'src/provider/blocking.rs')
-rw-r--r-- | src/provider/blocking.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/provider/blocking.rs b/src/provider/blocking.rs index 435a8e5..3de77e4 100644 --- a/src/provider/blocking.rs +++ b/src/provider/blocking.rs @@ -21,6 +21,7 @@ where ), } +#[cfg_attr(test, mockall::automock, allow(dead_code))] pub trait IProvider<DIContainerType> where DIContainerType: IDIContainer, |