Skip to content

Commit

Permalink
Rollup merge of #79420 - njasm:patch_rustdoc, r=GuillaumeGomez
Browse files Browse the repository at this point in the history
Fixes a word typo in librustdoc

Fixes a word typo in librustdoc
  • Loading branch information
jonas-schievink authored Nov 26, 2020
2 parents eb74eb7 + f4d99d3 commit 116ba95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustdoc/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ fn main_options(options: config::Options) -> MainResult {
}

// need to move these items separately because we lose them by the time the closure is called,
// but we can't crates the Handler ahead of time because it's not Send
// but we can't create the Handler ahead of time because it's not Send
let diag_opts = (options.error_format, options.edition, options.debugging_opts.clone());
let show_coverage = options.show_coverage;
let run_check = options.run_check;
Expand Down

0 comments on commit 116ba95

Please sign in to comment.