File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 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> {
10501050        if  unit. is_local ( )  { 
10511051            // Do not show this if there are any errors or no fixable warnings 
10521052            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 
10541054                if  !unit. target . is_custom_build ( )  { 
10551055                    // To make sure the correct command is shown for `clippy` we 
10561056                    // 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(
899899} 
900900
901901/// 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. 
903903fn  lock_replacements ( 
904904    ws :  & Workspace < ' _ > , 
905905    previous :  Option < & Resolve > , 
Original file line number Diff line number Diff line change @@ -184,7 +184,7 @@ pub enum QueryKind {
184184     /// whereas an `Registry` source may return dependencies that have the same 
185185     /// canonicalization. 
186186     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. 
188188     /// Each source defines what normalizing means. 
189189     Normalized , 
190190} 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments