File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 55
66A collection of lints to catch common mistakes and improve your [ Rust] ( https://github.com/rust-lang/rust )  code.
77
8- [ There are 362  lints included in this crate!] ( https://rust-lang.github.io/rust-clippy/master/index.html ) 
8+ [ There are 363  lints included in this crate!] ( https://rust-lang.github.io/rust-clippy/master/index.html ) 
99
1010We have a bunch of lint categories to allow you to choose how much Clippy is supposed to ~~ annoy~~  help you:
1111
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ pub use lint::Lint;
66pub  use  lint:: LINT_LEVELS ; 
77
88// begin lint list, do not remove this comment, it’s used in `update_lints` 
9- pub  const  ALL_LINTS :  [ Lint ;  362 ]  = [ 
9+ pub  const  ALL_LINTS :  [ Lint ;  363 ]  = [ 
1010    Lint  { 
1111        name :  "absurd_extreme_comparisons" , 
1212        group :  "correctness" , 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments