Skip to content

Commit 0c2f76a

Browse files
committed
Fix rebase conflict
1 parent b421f2e commit 0c2f76a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/librustdoc/lib.rs

-4
Original file line numberDiff line numberDiff line change
@@ -558,10 +558,6 @@ fn main_options(options: config::Options) -> MainResult {
558558
});
559559
info!("finished with rustc");
560560

561-
if let Some(name) = crate_name {
562-
krate.name = name
563-
}
564-
565561
krate.version = crate_version;
566562

567563
if show_coverage {

0 commit comments

Comments
 (0)