Skip to content

Commit

Permalink
Auto merge of #13019 - linyihai:typo-rusc, r=epage
Browse files Browse the repository at this point in the history
typo: rusc -> rustc

I think this is a typo which misspell rustc.  So make a PR for correct it.  thanks
  • Loading branch information
bors committed Nov 21, 2023
2 parents 71cd3a9 + 03592a0 commit 63df867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cargo/core/compiler/job_queue/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
//! ## Overview
//!
//! This module implements a job queue. A job here represents a unit of work,
//! which is roughly a rusc invocation, a build script run, or just a no-op.
//! which is roughly a rustc invocation, a build script run, or just a no-op.
//! The job queue primarily handles the following things:
//!
//! * Spawns concurrent jobs. Depending on its [`Freshness`], a job could be
Expand Down

0 comments on commit 63df867

Please sign in to comment.