Skip to content

Commit

Permalink
Fix rebase conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
jyn514 committed Dec 17, 2020
1 parent b421f2e commit 0c2f76a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/librustdoc/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 0c2f76a

Please sign in to comment.