1 2 3 4 5
#[derive(Debug, Clone)] pub struct ChangedFile { pub path: String, pub changed_lines: Vec<u32>, }