Skip to content

Commit 116ba95

Browse files
authoredNov 26, 2020
Rollup merge of #79420 - njasm:patch_rustdoc, r=GuillaumeGomez
Fixes a word typo in librustdoc Fixes a word typo in librustdoc
2 parents eb74eb7 + f4d99d3 commit 116ba95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/librustdoc/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ fn main_options(options: config::Options) -> MainResult {
513513
}
514514

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

0 commit comments

Comments
 (0)