File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1050,7 +1050,7 @@ impl<'gctx> DrainState<'gctx> {
1050
1050
if unit. is_local ( ) {
1051
1051
// Do not show this if there are any errors or no fixable warnings
1052
1052
if let FixableWarnings :: Positive ( fixable) = count. fixable {
1053
- // `cargo fix` doesnt have an option for custom builds
1053
+ // `cargo fix` doesn't have an option for custom builds
1054
1054
if !unit. target . is_custom_build ( ) {
1055
1055
// To make sure the correct command is shown for `clippy` we
1056
1056
// check if `RUSTC_WORKSPACE_WRAPPER` is set and pointing towards
Original file line number Diff line number Diff line change @@ -899,7 +899,7 @@ fn register_patch_entries(
899
899
}
900
900
901
901
/// Locks each `[replace]` entry to a specific Package ID
902
- /// if the lockfile contains any correspoding previous replacement.
902
+ /// if the lockfile contains any corresponding previous replacement.
903
903
fn lock_replacements (
904
904
ws : & Workspace < ' _ > ,
905
905
previous : Option < & Resolve > ,
Original file line number Diff line number Diff line change @@ -184,7 +184,7 @@ pub enum QueryKind {
184
184
/// whereas an `Registry` source may return dependencies that have the same
185
185
/// canonicalization.
186
186
Alternatives ,
187
- /// Match a denpendency in all ways and will normalize the package name.
187
+ /// Match a dependency in all ways and will normalize the package name.
188
188
/// Each source defines what normalizing means.
189
189
Normalized ,
190
190
}
You can’t perform that action at this time.
0 commit comments