From 1c9e795245c5da0ea896a4824fb41c9542857ecc Mon Sep 17 00:00:00 2001 From: Ben Bridle Date: Mon, 10 Feb 2025 12:37:16 +1300 Subject: Import from the log and ansi crates once in the reports module This is tidier than duplicate imports in every file of the module. --- src/reports/source_hierarchy.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/reports/source_hierarchy.rs') 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, -- cgit v1.2.3-70-g09d2