aboutsummaryrefslogtreecommitdiff
path: root/src/dependency_trace.rs
AgeCommit message (Collapse)Author
2022-10-29refactor!: add dependency history typeHampusM
BREAKING CHANGE: Binding builders & configurators now take dependency history type arguments, the DetectedCircular variant of InjectableError now contains a dependency history field & the injectable traits take dependency history instead of a Vec
2022-10-01chore: remove repetition of allowing clippy::module_name_repetitionsHampusM
2022-08-02refactor: move creating a dependency trace to it's own functionHampusM