Skip to content

Commit 5e4eed2

Browse files
committed
TEST_WILL_REVERT: trigger auto_label
1 parent 4ed13a3 commit 5e4eed2

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
//! Management of the interaction between the main `cargo` and all spawned jobs.
22
//!
33
//! ## Overview
4+
//! ## Trigger autolabel
5+
//! ## Trigger autolabel
6+
//! ## Trigger autolabel
7+
//! ## Trigger autolabel
48
//!
59
//! This module implements a job queue. A job here represents a unit of work,
610
//! which is roughly a rusc invocation, a build script run, or just a no-op.

src/cargo/ops/cargo_add/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -562,6 +562,7 @@ fn get_latest_dependency(
562562
fn select_package(
563563
dependency: &Dependency,
564564
config: &Config,
565+
565566
registry: &mut PackageRegistry<'_>,
566567
) -> CargoResult<Dependency> {
567568
let query = dependency.query(config)?;

0 commit comments

Comments
 (0)