File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -563,7 +563,7 @@ fn parse_json_message(json_message: &str, krate: &Crate) -> ClippyWarning {
563
563
}
564
564
}
565
565
566
- /// Generate a short list of occuring lints-types and their count
566
+ /// Generate a short list of occurring lints-types and their count
567
567
fn gather_stats ( clippy_warnings : & [ ClippyWarning ] ) -> ( String , HashMap < & String , usize > ) {
568
568
// count lint type occurrences
569
569
let mut counter: HashMap < & String , usize > = HashMap :: new ( ) ;
@@ -718,7 +718,7 @@ pub fn main() {
718
718
// quarter of the time which might result in a longer wall clock runtime
719
719
720
720
// This helps when we check many small crates with dep-trees that don't have a lot of branches in
721
- // order to achive some kind of parallelism
721
+ // order to achieve some kind of parallelism
722
722
723
723
// by default, use a single thread
724
724
let num_cpus = config. max_jobs ;
You can’t perform that action at this time.
0 commit comments