Function bootstrap::core::build_steps::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. Does not include removed files.
Returns None
if all files should be formatted.