diff options
author | HampusM <hampus@hampusmat.com> | 2022-08-02 17:30:21 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2022-08-02 17:30:21 +0200 |
commit | f35b3d29d8ed521f69522aa0fda594f277c72b5c (patch) | |
tree | 341a61ff1e0e8e528197c30edee9e4745df65a27 /src/lib.rs | |
parent | c6aa8be159b83ceb74472f95490f78cf72b74cc9 (diff) |
refactor: move creating a dependency trace to it's own function
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -20,6 +20,9 @@ pub use syrette_macros::*; pub mod castable_factory; #[doc(hidden)] +pub mod dependency_trace; + +#[doc(hidden)] pub mod libs; // Private |