summaryrefslogtreecommitdiff
path: root/src/reports/source_hierarchy.rs
Commit message (Collapse)AuthorAge
* Replace ansi library with inked libraryBen Bridle3 days
| | | | | The inked library handles colours correctly on Windows. The log library has also been updated to the newer version which uses inked internally.
* Import from the log and ansi crates once in the reports moduleBen Bridle2025-02-10
| | | | This is tidier than duplicate imports in every file of the module.
* Simplify infallible indexing operations in resolverBen Bridle2025-02-10
| | | | | Indexing into a resolver with a pointer from the same resolver should never fail, and if it does we don't want to silently squash the error.
* Move report-printing structs to separate moduleBen Bridle2025-02-10