File tree Expand file tree Collapse file tree 4 files changed +5
-1
lines changed Expand file tree Collapse file tree 4 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -476,6 +476,9 @@ mod test {
476476
477477    #[ test]  
478478    fn  test_valid_license_template_path ( )  { 
479+         if  !crate :: is_nightly_channel!( )  { 
480+             return ; 
481+         } 
479482        let  toml = r#"license_template_path = "tests/license-template/lt.txt""# ; 
480483        let  config = Config :: from_toml ( toml,  Path :: new ( "" ) ) . unwrap ( ) ; 
481484        assert ! ( config. license_template. is_some( ) ) ; 
Original file line number Diff line number Diff line change 1- unstable_features  = true 
21ignore  = [
32  " tests/**/issue-3779/ice.rs" 
43]
Original file line number Diff line number Diff line change 1+ // rustfmt-unstable: true 
12// rustfmt-config: issue-3779.toml 
23
34#[ path = "ice.rs" ]  
Original file line number Diff line number Diff line change 1+ // rustfmt-unstable: true 
12// rustfmt-config: issue-3779.toml 
23
34#[ path = "ice.rs" ]  
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments