mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +00:00
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
This commit is contained in:
commit
63df8671ce
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user