File tree Expand file tree Collapse file tree 5 files changed +7
-0
lines changed Expand file tree Collapse file tree 5 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 11# mdman
22
3+
4+ trigger autolabel
5+
36mdman is a small utility for creating man pages from markdown text files.
47
58## Usage
Original file line number Diff line number Diff line change 1+ //! Trigger autolabel
12use crate :: command_prelude:: * ;
23
34use cargo:: ops:: { self , UpdateOptions } ;
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change @@ -562,6 +562,7 @@ fn get_latest_dependency(
562562fn select_package (
563563 dependency : & Dependency ,
564564 config : & Config ,
565+
565566 registry : & mut PackageRegistry < ' _ > ,
566567) -> CargoResult < Dependency > {
567568 let query = dependency. query ( config) ?;
Original file line number Diff line number Diff line change 11//! Implementation of `cargo tree`.
2+ //! Trigger autolabel
23
34use self :: format:: Pattern ;
45use crate :: core:: compiler:: { CompileKind , RustcTargetData } ;
You can’t perform that action at this time.
0 commit comments