We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71cd3a9 commit 03592a0Copy full SHA for 03592a0
src/cargo/core/compiler/job_queue/mod.rs
@@ -3,7 +3,7 @@
3
//! ## Overview
4
//!
5
//! 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.
+//! which is roughly a rustc invocation, a build script run, or just a no-op.
7
//! The job queue primarily handles the following things:
8
9
//! * Spawns concurrent jobs. Depending on its [`Freshness`], a job could be
0 commit comments