File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1414#![ feature( strict_provenance) ]  
1515#![ feature( exposed_provenance) ]  
1616#![ feature( pointer_is_aligned_to) ]  
17+ #![ feature( unqualified_local_imports) ]  
1718// Configure clippy and other lints 
1819#![ allow(  
1920    clippy:: collapsible_else_if,  
4243) ] 
4344#![ warn(  
4445    rust_2018_idioms,  
46+     unqualified_local_imports,  
4547    clippy:: cast_possible_wrap,  // unsigned -> signed  
4648    clippy:: cast_sign_loss,  // signed -> unsigned  
4749    clippy:: cast_lossless,  
4850    clippy:: cast_possible_truncation,  
4951) ] 
50- #![ cfg_attr( not( bootstrap) ,  feature( unqualified_local_imports) ) ]  
51- #![ cfg_attr( not( bootstrap) ,  warn( unqualified_local_imports) ) ]  
5252// Needed for rustdoc from bootstrap (with `-Znormalize-docs`). 
5353#![ recursion_limit = "256" ]  
5454
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments