Function bootstrap::format::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 merge-base
of HEAD and
rust-lang/master and what is now on the disk.
Returns None
if all files should be formatted.