Fix rebase conflict

This commit is contained in:
Joshua Nelson 2020-12-17 11:40:02 -05:00
parent b421f2e8e9
commit 0c2f76a4bf
1 changed files with 0 additions and 4 deletions

View File

@ -558,10 +558,6 @@ fn main_options(options: config::Options) -> MainResult {
});
info!("finished with rustc");
if let Some(name) = crate_name {
krate.name = name
}
krate.version = crate_version;
if show_coverage {