We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eb74eb7 + f4d99d3 commit 116ba95Copy full SHA for 116ba95
src/librustdoc/lib.rs
@@ -513,7 +513,7 @@ fn main_options(options: config::Options) -> MainResult {
513
}
514
515
// 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
+ // but we can't create the Handler ahead of time because it's not Send
517
let diag_opts = (options.error_format, options.edition, options.debugging_opts.clone());
518
let show_coverage = options.show_coverage;
519
let run_check = options.run_check;
0 commit comments