Skip to content

Commit 63df867

Browse files
committed
Auto merge of #13019 - linyihai:typo-rusc, r=epage
typo: rusc -> rustc I think this is a typo which misspell rustc. So make a PR for correct it. thanks
2 parents 71cd3a9 + 03592a0 commit 63df867

File tree

1 file changed

+1
-1
lines changed
  • src/cargo/core/compiler/job_queue

1 file changed

+1
-1
lines changed

src/cargo/core/compiler/job_queue/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//! ## Overview
44
//!
55
//! This module implements a job queue. A job here represents a unit of work,
6-
//! which is roughly a rusc invocation, a build script run, or just a no-op.
6+
//! which is roughly a rustc invocation, a build script run, or just a no-op.
77
//! The job queue primarily handles the following things:
88
//!
99
//! * Spawns concurrent jobs. Depending on its [`Freshness`], a job could be

0 commit comments

Comments
 (0)