mirror of
https://github.com/rust-lang/cargo.git
synced 2025-10-01 11:30:39 +00:00
docs: fix a typo in DependencyUI
Signed-off-by: ELginas <gintaras.z123@yahoo.com>
This commit is contained in:
parent
1649ee28e3
commit
ef4807a439
@ -930,7 +930,7 @@ fn populate_dependency(mut dependency: Dependency, arg: &DepOp) -> Dependency {
|
|||||||
/// Track presentation-layer information with the editable representation of a `[dependencies]`
|
/// Track presentation-layer information with the editable representation of a `[dependencies]`
|
||||||
/// entry (Dependency)
|
/// entry (Dependency)
|
||||||
pub struct DependencyUI {
|
pub struct DependencyUI {
|
||||||
/// Editable representation of a `[depednencies]` entry
|
/// Editable representation of a `[dependencies]` entry
|
||||||
dep: Dependency,
|
dep: Dependency,
|
||||||
/// The version of the crate that we pulled `available_features` from
|
/// The version of the crate that we pulled `available_features` from
|
||||||
available_version: Option<semver::Version>,
|
available_version: Option<semver::Version>,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user