Function get_modified_rs_files

Source
fn get_modified_rs_files(
    build: &Builder<'_>,
) -> Result<Option<Vec<String>>, String>
Expand description

Returns the Rust files modified between the last merge commit and what is now on the disk. Does not include removed files.

Returns None if all files should be formatted.