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 @@ -481,6 +481,9 @@ mod test {
481481
482482 #[ test]
483483 fn test_valid_license_template_path ( ) {
484+ if !crate :: is_nightly_channel!( ) {
485+ return ;
486+ }
484487 let toml = r#"license_template_path = "tests/license-template/lt.txt""# ;
485488 let config = Config :: from_toml ( toml, Path :: new ( "" ) ) . unwrap ( ) ;
486489 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