Skip to content

Commit 1d8f019

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

File tree

5 files changed

+7
-0
lines changed

5 files changed

+7
-0
lines changed

crates/mdman/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# mdman
22

3+
4+
trigger autolabel
5+
36
mdman is a small utility for creating man pages from markdown text files.
47

58
## Usage

src/bin/cargo/commands/update.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
//! Trigger autolabel
12
use crate::command_prelude::*;
23

34
use cargo::ops::{self, UpdateOptions};

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
//! Management of the interaction between the main `cargo` and all spawned jobs.
22
//!
33
//! ## Overview
4+
//! ## Trigger autolabel
45
//!
56
//! This module implements a job queue. A job here represents a unit of work,
67
//! 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)?;

src/cargo/ops/tree/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
//! Implementation of `cargo tree`.
2+
//! Trigger autolabel
23
34
use self::format::Pattern;
45
use crate::core::compiler::{CompileKind, RustcTargetData};

0 commit comments

Comments
 (0)