pub type ChangedLines = HashMap<PathBuf, HashSet<usize>>;
Map of file paths to the set of line numbers that were changed
pub struct ChangedLines { /* private fields */ }