We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1649ee2 commit ef4807aCopy full SHA for ef4807a
src/cargo/ops/cargo_add/mod.rs
@@ -930,7 +930,7 @@ fn populate_dependency(mut dependency: Dependency, arg: &DepOp) -> Dependency {
930
/// Track presentation-layer information with the editable representation of a `[dependencies]`
931
/// entry (Dependency)
932
pub struct DependencyUI {
933
- /// Editable representation of a `[depednencies]` entry
+ /// Editable representation of a `[dependencies]` entry
934
dep: Dependency,
935
/// The version of the crate that we pulled `available_features` from
936
available_version: Option<semver::Version>,
0 commit comments