diff options
author | Ben Bridle <bridle.benjamin@gmail.com> | 2025-02-10 12:37:16 +1300 |
---|---|---|
committer | Ben Bridle <bridle.benjamin@gmail.com> | 2025-02-10 12:37:16 +1300 |
commit | 1c9e795245c5da0ea896a4824fb41c9542857ecc (patch) | |
tree | 648fb9b7ff614245049c111cd2362821abcb1e9a /src/reports/source_hierarchy.rs | |
parent | dedd999b8f923641dce512c21db5528d32356cc6 (diff) | |
download | assembler-1c9e795245c5da0ea896a4824fb41c9542857ecc.zip |
Import from the log and ansi crates once in the reports module
This is tidier than duplicate imports in every file of the module.
Diffstat (limited to 'src/reports/source_hierarchy.rs')
-rw-r--r-- | src/reports/source_hierarchy.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/reports/source_hierarchy.rs b/src/reports/source_hierarchy.rs index 39550ab..2e88a77 100644 --- a/src/reports/source_hierarchy.rs +++ b/src/reports/source_hierarchy.rs @@ -1,7 +1,5 @@ use crate::*; -use ansi::*; - pub struct SourceHierarchy<'a> { pub resolver: &'a Resolver, |