Skip to content

Commit

Permalink
TEST_WILL_REVERT: trigger auto_label
Browse files Browse the repository at this point in the history
  • Loading branch information
weihanglo committed Mar 3, 2023
1 parent 4ed13a3 commit 1d8f019
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions crates/mdman/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# mdman


trigger autolabel

mdman is a small utility for creating man pages from markdown text files.

## Usage
Expand Down
1 change: 1 addition & 0 deletions src/bin/cargo/commands/update.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//! Trigger autolabel
use crate::command_prelude::*;

use cargo::ops::{self, UpdateOptions};
Expand Down
1 change: 1 addition & 0 deletions src/cargo/core/compiler/job_queue/mod.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
//! Management of the interaction between the main `cargo` and all spawned jobs.
//!
//! ## Overview
//! ## Trigger autolabel
//!
//! 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.
Expand Down
1 change: 1 addition & 0 deletions src/cargo/ops/cargo_add/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -562,6 +562,7 @@ fn get_latest_dependency(
fn select_package(
dependency: &Dependency,
config: &Config,

registry: &mut PackageRegistry<'_>,
) -> CargoResult<Dependency> {
let query = dependency.query(config)?;
Expand Down
1 change: 1 addition & 0 deletions src/cargo/ops/tree/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
//! Implementation of `cargo tree`.
//! Trigger autolabel

use self::format::Pattern;
use crate::core::compiler::{CompileKind, RustcTargetData};
Expand Down

0 comments on commit 1d8f019

Please sign in to comment.