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 66
77A collection of lints to catch common mistakes and improve your [ Rust] ( https://github.com/rust-lang/rust )  code.
88
9- [ There are 324  lints included in this crate!] ( https://rust-lang.github.io/rust-clippy/master/index.html ) 
9+ [ There are 325  lints included in this crate!] ( https://rust-lang.github.io/rust-clippy/master/index.html ) 
1010
1111We have a bunch of lint categories to allow you to choose how much Clippy is supposed to ~~ annoy~~  help you:
1212
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 ;  324 ]  = [ 
9+ pub  const  ALL_LINTS :  [ Lint ;  325 ]  = [ 
1010    Lint  { 
1111        name :  "absurd_extreme_comparisons" , 
1212        group :  "correctness" , 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments