diff options
author | HampusM <hampus@hampusmat.com> | 2024-07-13 16:26:28 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2024-07-13 16:26:28 +0200 |
commit | ca86952c1486b7f2313fef62e6cacf36e248efd2 (patch) | |
tree | 774175aa8723328c1b0dbd3faa0e67d9106b3ba7 /src/interfaces/mod.rs | |
parent | 20d37eb93060e51970d3791c6c173e07ef5ad489 (diff) |
refactor: move & rename all mod.rs files
Diffstat (limited to 'src/interfaces/mod.rs')
-rw-r--r-- | src/interfaces/mod.rs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/interfaces/mod.rs b/src/interfaces/mod.rs deleted file mode 100644 index e7068ad..0000000 --- a/src/interfaces/mod.rs +++ /dev/null @@ -1,7 +0,0 @@ -//! Various useful interfaces. - -pub mod injectable; - -#[cfg(feature = "async")] -#[cfg_attr(doc_cfg, doc(cfg(feature = "async")))] -pub mod async_injectable; |